I Algebra

II  Geometry
FunctionsBrief Usage Descriptions and Examples
epd,fac,fra Simplify, expand, factor, and compare expressions. Write a decimal as a fraction (rational number). Expand an expression by "epd;expr", factor an expression by "fac;expr", and convert a decimal to a fraction by "fra; decimal".
Examples 4/(2/3)+(5/8)*(7/5) || 5^(2/3)>6^(1/2) || epd;(3^(1/2)-2^(1/2))^2 || epd((x+2)^4) || fac;x^2-x-2 || fra;0.125 || fra(0.685) || (2-3*I)*(3+5*I) || abs(6+8*I) ||.
slv Solve an equation f(x) = 0 and inequality f(x) > g(x) by "slv;f(x);x" or "slv;f(x)>g(x);x".
Examples slv;a^2-8*a-3;a || slv;z^2+2*z+3;z;C || slv(x^2-3*x+2>0,x) ||.
eqs Solve a system of linear or nonlinear equations, e.g., f(x,y) = 0 and g(x,y) = 0 by "eqs;f(x,y),g(x,y);x;y", where "x;y" is optional if no other variables involved.
Examples eqs;2*x-3*y;x+y-5 || eqs;u-5*v+w-3;4*v-3*u+6*w-1;u-v+w-2 || eqs;x^2-y^2-2*x+y-5;x-y+4 || eqs;x-a*y+3;b-x+y-2;x;y ||.
pln Plot points, lines, polygons on a coordinate plane. Choose options "pt", "ln", "pg" for points, lines, and polygons.
Examples pln;pt=(2,4) || pln;pt=[(0,3),(4,0)] || pln;ln=[(-5,-3),(2,8)] || pln;ln=[(2,1),(2,-5)] || pln;ln=[(3,4),(-3,4)] || pln;ln=[(3,-5),(-3,5)];ln=[(-4,6),(5,8)] ||
pln;pg=[(0,0),(2,6),(-4,-3)] || pln;pg=[(-3,3),(-3,-3),(3,-3),(3,3)] ||.
plt Plot one-variable function graphs by "plt;f(x)". Choose additional options "pt" and "itv" for points and intervals for graphs.
Examples plt;2-x**2 || plt;0.5*x || plt;-2*x;x**2-4 || plt;x**(1/2);x**2;(-x)**(1/2) || plt;x**2/2-3*x+5;3-x;pt=(2,1) || plt;3*sin(2*x-1)/2;itv=(-3.14,3.14) ||.

II Geometry

I  Algebra
Back to Top of Algebra   Back to Top of Geometry