-
部分旋转算法
要解决 N 由 N 线性系统
C
C E1: A(1,1) X(1) + A(1,2) X(2) +......+ A(1,N) X(N) = A(1,N+1)
C E2: A(2,1) X(1) + A(2,2) X(2) +......+ A(2,N) X(N) = A(2,N+1)
C :
C .
C EN: A(N,1) X(1) + A(N,2) X(2) +......+ A(N,N) X(N) = A(N,N+1)
C
C
C 输入: 数目的未知数和方程 N;增广的矩阵
C A=(A(I,J)) 哪里 1 < = I < = N 和 1 < = J < = N + 1。
C
C 输出: 解决方案 X(1),X(2),...,X(N) 或 A 消息,
C 线性系统有没有独特的解决方案。
C
- 2023-07-28 04:30:03下载
- 积分:1
-
The use of C++ Realize the Graham scan method (for solving convex hull problems)...
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
- 2022-02-04 23:48:30下载
- 积分:1
-
火焰识别源码
资源描述基于opencv的火焰识别源码,原理颜色模型,背景相减
- 2022-01-25 15:47:24下载
- 积分:1
-
中缀表达式转中缀表达式,后缀表达式的计算
中缀表达式转中缀表达式,后缀表达式的计算-which is made up of ordinary Chinese expression to expression, the expression calculation Suffix
- 2022-01-26 03:19:50下载
- 积分:1
-
稀疏贝叶斯学习定位仿真程序
- 2022-05-15 17:34:10下载
- 积分:1
-
方程求根的数值实验,利用Newton迭代算法,求出所给方程的跟。...
方程求根的数值实验,利用Newton迭代算法,求出所给方程的跟。-Equation Roots of numerical experiments using the Newton iterative algorithm are obtained with the given equation.
- 2023-03-16 11:15:04下载
- 积分:1
-
变系数/非线性微分方程的求解,包括原式及改变的式子。
变系数/非线性微分方程的求解,包括原式及改变的式子。
-Variable coefficients/non-linear differential equations to solve, including the original style and formula changes.
- 2022-01-23 10:09:46下载
- 积分:1
-
追赶法解求解方程组
追赶法解求解方程组-chased method for solving equations
- 2023-03-01 19:45:03下载
- 积分:1
-
提供一种解决庞加莱制图的方法,分享相关程序,…
提供一个求解庞加莱映射的方法,分享相关的程序,互相学习。-To provide a method of solving the Poincare mapping, sharing related procedures, learn from each other.
- 2022-03-04 09:01:49下载
- 积分:1
-
通过C++对偶单纯形法
#包括“stdafx.h”
- 2022-03-24 21:57:23下载
- 积分:1