matlab根号2求解到小数点后10000位,用1行10000列数组保存

来源:学生学帮网 编辑:学帮网 时间:2024/07/07 18:44:01

matlab根号2求解到小数点后10000位,用1行10000列数组保存

A=maple('evalf(sqrt(2)-floor(sqrt(2)),10001)')-'0';
A=A(1,2:end);