Implicit differentiation with Scilab?

别说谁变了你拦得住时间么 提交于 2019-12-08 03:17:13

问题


Can somebody tell me how to implicitly differentiate equations in Scilab?

Example:

x^2+y^2=25
(a circle equation)

The derivative is:

dy/dx=−x/y

How can we accomplish this implicit differentiation in Scilab? May be with diff or dassl or another function of Scilab?


回答1:


Scilab is oriented to numerical computations. You can go to http://www.wolframalpha.com and type "differentiate x^2 + y^2 = 25 in x" into the input box.



来源:https://stackoverflow.com/questions/34560820/implicit-differentiation-with-scilab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!