/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/ /* [ Created with wxMaxima version 11.04.0 ] */ /* [wxMaxima: hide output ] */ /* [wxMaxima: comment start ] Spodnje je gostota za hikvadrat slučajno spremenljivko z m prostostnimi stopnjami na pozitivnem delu realne osi. [wxMaxima: comment end ] */ /* [wxMaxima: input start ] */ chisquare_plus(x,m):=x^(m/2-1)*exp(-x/2)/(2^(m/2)*gamma(m/2)); /* [wxMaxima: input end ] */ /* [wxMaxima: input start ] */ integrate(chisquare_plus(x,10),x,30.2973,inf); /* [wxMaxima: input end ] */ /* [wxMaxima: input start ] */ integrate(chisquare_plus(x,10),x,11.5559,inf); /* [wxMaxima: input end ] */ /* Maxima can't load/batch files which end with a comment! */ "Created with wxMaxima"$