octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53111] [octave forge] (symbolic): does not si


From: anonymous
Subject: [Octave-bug-tracker] [bug #53111] [octave forge] (symbolic): does not simplify results the same as matlab
Date: Sat, 10 Feb 2018 02:28:46 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #53111 (project octave):

Thank you, this is significantly better. 

matlab must internally simplify prior to printing to the command window.


So for me this is an easy fix.

x_d_a=simplify(diff(x,a))


I think this can be closed, and I will just do the above from now on.

---------------------------------------------

I agree with your thoughts about compatibility, since placing the same values
in the equation will produce the same final solution. 
However, in coursework a professor (or computer) may just see the equations
are different, and not award credit. 

---------------------------------------------
For some reason I thought if I could expand then everything would go away. So
I tried.

help expand
error: help: 'expand' not found


I did not think of:

help simplify
error: help: 'simplify' is a method of class 'sym'; it must be called with a
'sym'
argument (see 'help @sym/simplify').

Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.




 help @sym/simplify
.
.
.
See also: @sym/isAlways, @sym/factor, @sym/expand, @sym/rewrite




 help @sym/expand
.
.
.
See also: @sym/factor.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53111>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]