搜索资源列表
cramer
- 利用克拉默法则设计的算法解任意阶的线性方程组,使用时先输入未知数的个数。-Using Cramer rule designed algorithm for solving linear equations of any order, using the number of unknowns when you first enter.
liner
- 解线性方程组。算法是克拉默法则。其局限性在于时间复杂度高-Solving linear equations. Algorithm is the Cramer rule. Its limitations is the time of high complexity
11
- cout< "--- -----请选择方程解答的方案----------" cout<<"\n 1. 克拉默(Cramer)法则" cout<<"\n 2. Gauss列主元消去法" cout<<"\n 3. Gauss全主元消去法" cout<<"\n 4. Doolittle分解法" cout<<"\n 5. 退出" c
Linear-equations
- 解线性方程组的c++程序,实现了克拉默(Cramer)法则,Gauss列主元消去法,Doolittle分解法等多种内容-Solving linear equations, c++ procedures Cramer (Cramer) rule, Gauss-column primary elimination Doolittle decomposition method and other content
The-sum-of-polynomials
- 多项式相加 数学上使用行列式来解决 可以使用克拉默法则来写-The sum of polynomials
klmfz
- 克拉默法则求解线性方程组,采用Fortran编程,克拉默法则-Cramer rule to solve linear equations using Fortran programming, Cramer rule
CRAMER
- 克拉默法则检测突发气候异常fortran源代码-Cramer rule detecting abrupt climate anomalies fortran source code
克拉默法则
- 用克拉默法则求解方程组,按照定理写的,主要针对三元一次方程组(Solving equations with Kramer's rule.)