it doesn't have symbolic solution or an equation.
Instead just plotting some numbers.
What can I learn from some plotting of graph?
Why people Octave is good for math?
Btw I am taking some math classed in college.
It does more than just plot pretty graphs, and you can learn a lot from looking at a function's graph, I'm sure you'll learn all about it in college. Octave does have a symbolic package that can be added, but generally Octave is numerical.lilzz wrote:it doesn't have symbolic solution or an equation.
Instead just plotting some numbers.
What can I learn from some plotting of graph?
Code: Select all
(%i4) integrate(x^2+3*x-3, x);
3 2
x 3 x
(%o4) -- + ---- - 3 x
3 2
Octave is good for what it does, which is being a mathematical programming language for numerical solutions (and graphs).lilzz wrote:Why people Octave is good for math?
What can you learn from geometric representations? I would think a lot. Octave is an attempt to clone Matlab and most people would consider Matlab to have value, especially those who paid for it.lilzz wrote:it doesn't have symbolic solution or an equation.
Instead just plotting some numbers.
What can I learn from some plotting of graph?
Why people Octave is good for math?