Plotting CAS functions in function app - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Plotting CAS functions in function app (/thread-3049.html) |
Plotting CAS functions in function app - retoa - 02-09-2015 10:38 PM Hello ! Is there a way to directly plot functions obtained from CAS in the function app? As an example, if I execute the CAS.tchebyshev(3) command in home to obtain a polynomial in X and copy the result in the function app, then it works. When I insert CAS.tchebyshev(3) directly in the function app, it gives F1(X):NaN. I took the Tchebyshev polynomials as an example, but it's the same for all functions you obtain from CAS command (fcoeff(),...). reto |