矩阵运算 资源专区

本专区汇聚了各类基于 矩阵运算 开发的源码资源,共计 167 篇资源供开发者免费下载学习。

共找到 167 个资源
其他 1 积分

线性方程组求解器

用高斯列主元,全主元,Crame法则等解方程组-PCA with Gaussian line, full-PCA, Crame laws and other solutions o

线性方程组 高斯消元 克拉默法则
0 0 查看详情
其他 1 积分

LU分解求解线性方程组

矩阵的LU分解,通过此分解可以求解方程组-LU matrix decomposition, this decomposition can solve the equations

LU分解 线性方程组 矩阵运算
0 0 查看详情
其他 1 积分

Crout分解法

crout 比较经典 很好的一个方法 大家可以试一试-crout

Crout分解 矩阵分解 线性方程组
0 0 查看详情
其他 1 积分

列主元高斯消去法源码

列主元Gauss消去法-out PCA Gaussian Elimination

高斯消去法 列主元 线性方程组
0 0 查看详情
其他 1 积分

代数运算器

本科时参加小竞赛设计的一个代数运算器 1. 能对常用的四则运算,三角, 乘方,开方运行2. 支持变量赋值和运算 3. 增加批处理执行功能(批处理脚本文件) 4. 增加对向

代数运算 计算器 批处理
0 0 查看详情
其他 1 积分

矩阵运算函数库

一个用来计算矩阵运算的函数库,希望对大家有用-One used to calculate the matrix operations of the library and hope

矩阵运算 函数库 线性代数
0 0 查看详情
其他 1 积分

高斯-约旦法求解线性代数方程

全元主高斯-约当法消去法求线形代数方程的解-Quan-yuan main Gauss- Jordan method elimination method for linear al

高斯-约旦法 线性代数 数值计算
0 0 查看详情
其他 1 积分

矩阵高级运算库

实现矩阵的各种高级运算,加减乘除,转置,求逆-To achieve a variety of high-level matrix operations, addition and

矩阵运算 线性代数 科学计算
0 0 查看详情
其他 1 积分

高斯消元法通用源码应用实例

高斯消元法应用实例源码 具有通用性和实用性-Gauss elimination with a generic source code application examples an

高斯消元法 线性方程组 矩阵运算
0 0 查看详情
其他 1 积分

C语言实现LU分解算法

LU分解 用C的算法-LU decomposition algorithm C

LU分解 C语言 矩阵运算
0 0 查看详情
其他 1 积分

AX=B 矩阵方程求解:Jordan 和 Newton 方法

Matrix operations solution of AX=B Jordan and newton Methods

矩阵运算 线性方程组 Jordan方法
0 0 查看详情
其他 1 积分

Doolittle LU分解法求解线性方程组

用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!

线性方程组 LU分解 Doolittle分解
0 0 查看详情