Symbolic package: Difference between revisions

formatted example
No edit summary
(formatted example)
Line 3: Line 3:
[[Category:Octave-Forge]]
[[Category:Octave-Forge]]


Demo of Anonymous function to symbolic function and back to anonymous function
=== Demos and usage examples ===
and then the use of the interval pkg.


% this is just a formula to start with
* '''Demo of Anonymous function to symbolic function and back to anonymous function and then the use of the interval pkg.'''


<source lang="octave">
% this is just a formula to start with,
% have fun and change it if you want to.
% have fun and change it if you want to.


Line 35: Line 36:
     [-5.743488743719015, -5.743488743719013]
     [-5.743488743719015, -5.743488743719013]
     [-3.0962279604822407, -3.09622796048224]
     [-3.0962279604822407, -3.09622796048224]
  [-0.777688831121563, -0.7776888311215626]
    [-0.777688831121563, -0.7776888311215626]
  [0.22911205809043574, 0.2291120580904359]
    [0.22911205809043574, 0.2291120580904359]
</source>
281

edits