[Scilab-users] equationstoMatrix o GenerateMatrix

Rafael Guerra jrafaelbguerra at hotmail.com
Tue Sep 5 20:02:30 CEST 2017


Maybe you could try the 'aff2ab' function?



See one twisted example here below:


// aff2ab - linear function to A,b conversion
deff('y = f(X,D)','A=[1 2 3; -1 0 1;-2 -1 0];c=[-1 0 1]''; x=X(:); y = A*x+c')
dimX=[3,1];
D = list();
[A,b]=aff2ab(f,dimX,D);





Regards,

Rafael



-----Original Message-----
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Hermes
Sent: Wednesday, August 30, 2017 11:38 AM
To: users at lists.scilab.org
Subject: [Scilab-users] equationstoMatrix o GenerateMatrix





Hello,

There exists in Scilab a function equivalent to "equationstoMatrix" from

MatLab or to "GenerateMatrix" from Maple

Hermes

Gracias




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170905/9bdda9f4/attachment.htm>


More information about the users mailing list