AI math handbook calculator - Fractional Calculus Computer Algebra System software DrHuang.com | list | math | function | coding | graphics | example | help | ? | 中文
+ + + =

array Calculator 数组计算器

Nameplot
CategoryGraph
DescriptionPlot one or multiple functions in a chart.
Syntax
plot(f(x))
plot(f(x), x)
plot(f1(x), f2(x), f3(x), ...)
plot(f1(x), f2(x), f3(x), ..., x)
Examples
plot(sin(x))
Plot (not available as string)
plot(sin(t), cos(t), tan(t))
Plot (not available as string)
a = 5
5
f(x) = (sin(x) + cos(x/2)) * a
f(x)
plot(f(x))
Plot (not available as string)
plot(x^2, x, x)
Plot (not available as string)
See also

From the input box, hit the Enter key in your keyboard to get more input box, draw the right-low corner of the input box to get large. This calculator calculates numeric and string array with +, -, *, /, ^, and run JavaScript code.

Example :

  • x=matrix([[1,2],[3,4]]); x[1,1]
    assign matrix to x, then x[1,1]. first [index] of x is 1
  • x=[[1,2],[3,4]]; x-i
    assign array to x, then calculate x - i.
  • x=[[1,2],[3,4]]; det(x)
    assign array to x, then calculate determinant of x
  • plot, e.g.
    plot(sin(x),cos(x))
  • help(plot) help for plot

    Reference

    1. math handbook - matrix
    2. JavaScript math
    3. mathjs
    
    See Also
    
    Home | list | wiki | about | donate | index | forum | help | chat | translated from Chinese | 中文