[Scilab-users] Problems with plot 3d. Function fplot3d

Dang, Christophe Christophe.Dang at sidel.com
Mon Jun 10 09:15:24 CEST 2013


Hello, 

De la part de Ubirajara Marques da Cruz
Envoyé : vendredi 7 juin 2013 22:47

> deff('z=f(x,y)','z=( (1-exp(-5*x))-y)^(1/3)')

If you want the real 3rd roots , you should use nthroot()

// **********

deff("z=f(x,y)","z= nthroot((1-exp(-5*x))-y, 3)")

// **********

But the calculation is much longer...

Regards

-- 
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.





More information about the users mailing list