文件名称:Solving-linear-equations
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 27kb
- 下载次数:
- 0次
- 提 供 者:
- 邹**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
求解线性方程组,首先要确定方程式的个数,以及每个方程的系数,要求程序与用户交互,
在程序运行过程中,要求用户输入方程个数和方程中的系数,程序把系数存入系数矩阵中
运用消元法(高斯消元法):1.将系数矩阵消为上三角2.回代求得方程组的解-Solving linear equations, we must first determine the number of equations, and the coefficients of each equation required procedures and user interaction,
The program is running, requires the user to enter the equation number and the coefficients of the equation, program coefficient deposited in the coefficient matrix
Use the elimination method (Gaussian elimination): an extinction coefficient matrix is upper triangular back substitution to obtain the solution of equations
在程序运行过程中,要求用户输入方程个数和方程中的系数,程序把系数存入系数矩阵中
运用消元法(高斯消元法):1.将系数矩阵消为上三角2.回代求得方程组的解-Solving linear equations, we must first determine the number of equations, and the coefficients of each equation required procedures and user interaction,
The program is running, requires the user to enter the equation number and the coefficients of the equation, program coefficient deposited in the coefficient matrix
Use the elimination method (Gaussian elimination): an extinction coefficient matrix is upper triangular back substitution to obtain the solution of equations
(系统自动生成,下载前可以参看下载内容)
下载文件列表
解线性方程组的解\ConsoleApplication1\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
................\...................\...................\...\.....\ConsoleApplication1.pdb
................\...................\...................\...\.....\ConsoleApplication1.vshost.exe
................\...................\...................\...\.....\ConsoleApplication1.vshost.exe.manifest
................\...................\...................\ConsoleApplication1.csproj
................\...................\...................\obj\x86\Debug\ConsoleApplication1.csproj.FileListAbsolute.txt
................\...................\...................\...\...\.....\ConsoleApplication1.exe
................\...................\...................\...\...\.....\ConsoleApplication1.pdb
................\...................\...................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
................\...................\...................\Program.cs
................\...................\...................\...perties\AssemblyInfo.cs
................\...................\ConsoleApplication1.sln
................\...................\ConsoleApplication1.suo
................\...................\...................\obj\x86\Debug\TempPE
................\...................\...................\...\...\Debug
................\...................\...................\bin\Debug
................\...................\...................\obj\x86
................\...................\...................\bin
................\...................\...................\obj
................\...................\...................\Properties
................\...................\ConsoleApplication1
................\ConsoleApplication1
解线性方程组的解
................\...................\...................\...\.....\ConsoleApplication1.pdb
................\...................\...................\...\.....\ConsoleApplication1.vshost.exe
................\...................\...................\...\.....\ConsoleApplication1.vshost.exe.manifest
................\...................\...................\ConsoleApplication1.csproj
................\...................\...................\obj\x86\Debug\ConsoleApplication1.csproj.FileListAbsolute.txt
................\...................\...................\...\...\.....\ConsoleApplication1.exe
................\...................\...................\...\...\.....\ConsoleApplication1.pdb
................\...................\...................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
................\...................\...................\Program.cs
................\...................\...................\...perties\AssemblyInfo.cs
................\...................\ConsoleApplication1.sln
................\...................\ConsoleApplication1.suo
................\...................\...................\obj\x86\Debug\TempPE
................\...................\...................\...\...\Debug
................\...................\...................\bin\Debug
................\...................\...................\obj\x86
................\...................\...................\bin
................\...................\...................\obj
................\...................\...................\Properties
................\...................\ConsoleApplication1
................\ConsoleApplication1
解线性方程组的解