[scilab-Users] Solution of equation

Mike Page Mike at Page-One.Waitrose.com
Fri May 11 17:13:37 CEST 2012


I suggest you read the tutorials and check the help system in Scilab.

-->p=poly([3 4 1],'x','coeff')
 p  =

              2
    3 + 4x + x

-->roots(p)
 ans  =

  - 3.
  - 1.



-----Original Message-----
From: email1018 [mailto:viniciussucupira at gmail.com]
Sent: 11 May 2012 15:53
To: users at lists.scilab.org
Subject: [scilab-Users] Solution of equation


I would like please a step-by-step solution in Scilab to

x^2+4*x+3=0

In Matlab:

>> x=sym('x');
>> sol=solve('x^2+4*x+3=0',x)

sol =

 -3
 -1

http://mailinglists.scilab.org/file/n3980146/Equation.jpg


--
View this message in context:
http://mailinglists.scilab.org/Solution-of-equation-tp3980146.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at
Nabble.com.

--
To unsubscribe from this mailing-list, please send an empty mail to
users-unsubscribe at lists.scilab.org
To check the archives of this mailing list, see
http://mailinglists.scilab.org/




More information about the users mailing list