integration in scilab
Title
Question
-->deff('[y]=f(x)','\xfd=1/(2*x+1)')
\xfd=1/(2*x+1)
!--error 2
Invalid factor.
at line 2 of function f called by :
deff('[y]=f(x)','\xfd=1/(2*x+1)')
unable to create function with deff (showing error)
Scilab Integration 03-04 min 40-50 sec
Answers:
Type,
deff('[y]=f(x)','y=1/(2*x+1)')
Hope this solves your problem, if not then please follow the steps as shown in video.
Login to add comment