This code
s(x)=(-1539.2*x^2+2*674.82*x-296.9)/1691.73
pl=plot(s(x), x,-5,10)
pl
plots s(x) in the cartesian coordinates (x,y). How to plot it in (y,x) ?
| 1 | initial version |
This code
s(x)=(-1539.2*x^2+2*674.82*x-296.9)/1691.73
pl=plot(s(x), x,-5,10)
pl
plots s(x) in the cartesian coordinates (x,y). How to plot it in (y,x) ?
This code
s(x)=(-1539.2*x^2+2*674.82*x-296.9)/1691.73
pl=plot(s(x), x,-5,10)
pl
plots s(x) in the cartesian coordinates (x,y). How to plot it in (y,x) ?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.