简体   繁体   English

需要求解包的八度

[英]Require solve package for octave

Where can I find the solve package for octave? 在哪里可以找到八度的求解包? I need to solve algebraic equations and ODEs. 我需要求解代数方程和ODE。 For example I've tried: 例如,我尝试过:

x = solve('x + 3 = 0') error: 'solve' undefined near line 1 column 5 x = resolve('x + 3 = 0')错误:'solve'在第1行第5列附近未定义

Or: 要么:

퓧댬>> x =fsolve('x + 3 = 0') error: Invalid call to fsolve. 퓧댬>> x = fsolve('x + 3 = 0')错误:无效的fsolve调用。 Correct usage is: 正确用法是:

-- Function File: fsolve (FCN, X0, OPTIONS) -- Function File: [X, FVEC, INFO, OUTPUT, FJAC] = fsolve (FCN, ...) -功能文件:fsolve(FCN,X0,选项)-功能文件:[X,FVEC,INFO,OUTPUT,FJAC] = fsolve(FCN,...)

Additional help for built-in functions and operators is available in the online version of the manual. 手册的在线版本中提供了有关内置功能和操作员的其他帮助。 Use the command 'doc ' to search the manual index. 使用命令“ doc”搜索手动索引。

Help and information about Octave is also available on the WWW at http://www.octave.org and via the help@octave.org mailing list. 有关八度音阶的帮助和信息也可以在WWW的http://www.octave.org上以及通过help@octave.org邮件列表获得。

Thanks for the help. 谢谢您的帮助。

Octave itself doesn't contain a CAS system (but you can solve ODEs, see help lsode). 八度本身不包含CAS系统(但是您可以解决ODE,请参阅帮助lsode)。 You can install a symbolic toolbox like octsympy . 您可以安装octsympy之类的符号工具箱。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM