文件名称:numerical-analysis:用 Scilab 编写的数值分析算法
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-27 09:18:04
Scilab
数值分析 使用 Scilab 编写的数据样本工作数值分析算法。 基于 John H. Mathews 和 Kurtis K. Fink 所著的“Numerical Methods Using Matlab(第 4 版)”一书。此存储库适用于计算机科学专业的学生/教师。 随意贡献! 去做 从西班牙语翻译成英语。 做基础文档。 贡献 分叉吧 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Added some feature' ) 推送到分支( git push origin my-new-feature ) 创建新的拉取请求 执照 版权所有 (C) 2015 Guillermo Colmenero
【文件预览】:
numerical-analysis-master
----newton_interpolation.sce(808B)
----steffensen.sce(961B)
----LICENSE(18KB)
----newton_raphson.sce(349B)
----euler.sce(489B)
----least_squares.sce(543B)
----lagrange.sce(519B)
----README.md(694B)
----bisection.sce(542B)