Welcome![Sign In][Sign Up]
Location:
Search - java gauss

Search list

[Mathimatics-Numerical algorithms用java来编写列主元gauss消去法解方程组

Description: 用java来编写列主元gauss消去法解方程组-used to prepare main-element Gauss elimination method of solving equations Group
Platform: | Size: 1216 | Author: 赵宏滨 | Hits:

[Mathimatics-Numerical algorithms用java来编写列主元gauss消去法解方程组

Description: 用java来编写列主元gauss消去法解方程组-used to prepare main-element Gauss elimination method of solving equations Group
Platform: | Size: 1024 | Author: 赵宏滨 | Hits:

[Data structs预测

Description: 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve reunification.* Forecast and Analysis-- This algorithm applies only to clear linear trend data* default as a quadratic curve equation method** The procedure involves two main algorithm* 1. Using the principle of least squares linear equations to find the constants and coefficients.* 2. The solution of linear equations* The procedure for solving linear equations, due to convergence problems using iterative method, instead of using the Gauss-Jordan elimination method to solve.
Platform: | Size: 2048 | Author: 吴名 | Hits:

[Windows Develop高斯消元法(c)

Description: 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
Platform: | Size: 1024 | Author: 肖江 | Hits:

[GPS developJavaGPS-1.02

Description: JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map.. -JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map ..
Platform: | Size: 531456 | Author: | Hits:

[Mathimatics-Numerical algorithmsGAUSSJORDAN

Description: 用VB编写的Gauss-Jordan全主元消去法-VB prepared by the Gauss-Jordan-wide main element elinination
Platform: | Size: 1024 | Author: 许仪 | Hits:

[JSP/JavaJavaGPS_V1.01

Description: JavaGPS enables access to GPS devices from any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map.
Platform: | Size: 494592 | Author: 辛骏 | Hits:

[AlgorithmNumAna_GaussElim

Description: 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and under MATLAB6.5 test.
Platform: | Size: 5120 | Author: 高天 | Hits:

[Windows DevelopGauss_jordan

Description: 数值分析,Gauss-jordan算法求方程组的解-Numerical analysis, Gauss-jordan algorithm for the solution of equations
Platform: | Size: 603136 | Author: 钉子 | Hits:

[3G developMobileModels

Description: 无线通信的各种运动模型。适用于移动通信、无线传感器网络等领域。 包括:Random walk、random waypoint、random direction、boundless simulation area、 gauss-markov等运动模型 - probabilistic random walk -Wireless communication range of motion model. Applicable to mobile communication, wireless sensor networks and other fields. Including: Random walk, random waypoint, random direction, boundless simulation area, gauss-markov model, such as sports- probabilistic random walk
Platform: | Size: 29696 | Author: netest08 | Hits:

[AlgorithmMatrix

Description: 关于求矩阵秩的程序,用高斯—约当消元法实现-On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
Platform: | Size: 234496 | Author: 王平 | Hits:

[source in ebookshuzhijisuan

Description: 数值计算(科学计算)实验代码高斯消元楚列斯基分解-Numerical calculation (scientific computing) experimental code Gauss elimination Chu decomposition列斯基
Platform: | Size: 57344 | Author: Vricky | Hits:

[Windows DevelopVisualC

Description: 全主元高斯-约当(Gauss-Jordan)消去法-PCA-wide Gauss- Jordan (Gauss-Jordan) elimination method
Platform: | Size: 15560704 | Author: iceblue001 | Hits:

[JSP/Javalinear_solution

Description: 原创的线性方程组求解程序,包括Jacobi迭代,高斯消去法,Gauss-Seidel迭代三种求解算法。-Original procedure for solving linear equations, including the Jacobi iteration, Gauss elimination method, Gauss-Seidel iterative algorithm three.
Platform: | Size: 6144 | Author: 熊君君 | Hits:

[ConsoleGauss-Jordan

Description: Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
Platform: | Size: 6144 | Author: xiang | Hits:

[Windows DevelopGaussJordan

Description: This project implements the gauss - jordan algorithm to solve inverse matrix-This project implements the gauss- jordan algorithm to solve inverse matrix
Platform: | Size: 12288 | Author: daniel | Hits:

[Othergaosiyuedangfa

Description: 建立网孔电流方程,使用高斯约当法求解,将结果保存在txt格式的文档中-The establishment of mesh-current equations, using Gauss Jordan Method, the results saved in txt format document
Platform: | Size: 2048 | Author: 张三 | Hits:

[AlgorithmNumericalAnalysis

Description: 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition, cubic spline interpolation curve, least squares curve fitting, numerical integration Romberg method, ordinary differential Solutions to improve the initial value equation Euler method, eigenvalues and eigenvectors of inverse power law.
Platform: | Size: 5521408 | Author: Lynn | Hits:

[JSP/JavaGauss-Kruger

Description: 高斯-克吕格投影 JAVA实现 采用北京54坐标-Gauss- Kruger projection Beijing 54 coordinate the use of JAVA to achieve
Platform: | Size: 5120 | Author: chenyuwei | Hits:

[JSP/JavaGauss-Seidel

Description: 采用Gauss-Seidel迭代法求解线性方程组的JAVA程序及应用实例-Using Gauss-Seidel iteration method for solving linear equations and examples of procedures
Platform: | Size: 2048 | Author: shixuehai | Hits:
« 12 »

CodeBus www.codebus.net