概述
vpa
Variable precision arithmetic
变量精度计算
Syntax
R = vpa(A)
R = vpa(A, d)
Description
R = vpa(A) uses variable-precision arithmetic (VPA) to compute each element of A to d decimal digits of accuracy, where d is the current setting of digits. Each element of the result is a symbolic expression_r.
R = vpa(A, d) uses d digits, instead of the current setting of digits.
R = vpa(A)利用变量精度计算方法以d为小数点精度去计算A中的每个元素,其中d是当前的小数点设置(digits).每个输出的元素是符号表达式.
R = vpa(A, d) 利用d为digits精度代替当前的digits设置.(其实就是小数点后的位数)
Examples
The statements
digits(25) q = vpa(sin(sym('pi')/6)) p = vpa(pi) w = vpa('(1+sqrt(5))/2')
return
q =
最后
以上就是还单身皮卡丘为你收集整理的Matlab中vpa一直在忙,matlab数据类型转换遇到问题,及解决办法,sym,double ,vpa转换...的全部内容,希望文章能够帮你解决Matlab中vpa一直在忙,matlab数据类型转换遇到问题,及解决办法,sym,double ,vpa转换...所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复