[Scilab-users] Symbolic computation in Scilab

duce doole93 at gmail.com
Sun Aug 16 23:29:40 CEST 2015


Man, I can't tell you how helpful this was. Thank you for your commitment
to this problem of mine :)
If I have any further problems, i will continue to post in the thread.
Kind regards

On Sun, Aug 16, 2015 at 11:15 PM, PabloF [via Scilab / Xcos - Mailing Lists
Archives] <ml-node+s994242n4032700h17 at n3.nabble.com> wrote:

> Finally, this would be the complete script
>
> Syms n z ;
> assume(abs(z)>0.5);
> x1 =(0.33) ^( n );
> X1 = %sym_sum (7* x1 *( z ^( - n ) ) ,n ,0 , %inf );
> X1=ev(X1,'simpsum=true');
> x2 =(0.5) ^( n );
> X2 = %sym_sum (6* x2 *( z ^( - n ) ) ,n ,0 , %inf );
> X2=ev(X2,'simpsum=true');
> X = X1 - X2
> disp(X,'ans=')
>
> > Date: Sun, 16 Aug 2015 04:18:29 -0700
>
> > From: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=4032700&i=0>
> > To: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=4032700&i=1>
> > Subject: Re: [Scilab-users] Symbolic computation in Scilab
> >
> > I forgot, the scimax toolbox doesn't ask me to input any convergence
> > conditions
> >
> >
> >
> > --
> > View this message in context:
> http://mailinglists.scilab.org/Symbolic-computation-in-Scilab-tp4032673p4032693.html
> > Sent from the Scilab users - Mailing Lists Archives mailing list archive
> at Nabble.com.
> > _______________________________________________
> > users mailing list
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=4032700&i=2>
> > http://lists.scilab.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=4032700&i=3>
> http://lists.scilab.org/mailman/listinfo/users
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://mailinglists.scilab.org/Symbolic-computation-in-Scilab-tp4032673p4032700.html
> To unsubscribe from Symbolic computation in Scilab, click here
> <http://mailinglists.scilab.org/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4032673&code=ZG9vbGU5M0BnbWFpbC5jb218NDAzMjY3M3w0MzczNDc0NDQ=>
> .
> NAML
> <http://mailinglists.scilab.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://mailinglists.scilab.org/Symbolic-computation-in-Scilab-tp4032673p4032701.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150816/ee2c4fc0/attachment.htm>


More information about the users mailing list