CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fsolve
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fsolve - List
[
Books
]
matlab
DL : 0
用matlab求解非线性方程组,其中软件提供了fsolve函数进行求解!-Using matlab for solving nonlinear equations, which provides the fsolve function software solution!
Update
: 2025-02-19
Size
: 54kb
Publisher
:
回车
[
matlab
]
fsolve
DL : 1
matlab中fsolve语句数值效果较好,采用的解法是将方程组转化为最小二乘问题,调用指令lsqnonlin求解,所以,它参数的选取和优化指令的用法是一致的-matlab numerical results in fsolve statement better solution is to use the equations into a least squares problem, call the command lsqnonlin solution, therefore, it is parameter selection and optimization of instruction is consistent with the usage of
Update
: 2025-02-19
Size
: 5kb
Publisher
:
戴
[
Other
]
fsolve
DL : 0
matlab 解各种方程的实现原理和实例-matlab solutions of various equations and examples of the realization principle
Update
: 2025-02-19
Size
: 83kb
Publisher
:
temp
[
AI-NN-PR
]
fsolve
DL : 0
the newtown rapson method to solve systems of non-lineaire equations-the newtown rapson method to solve systems of non-lineaire equations
Update
: 2025-02-19
Size
: 778kb
Publisher
:
Pino
[
matlab
]
fsolve
DL : 1
Matlab中的fsolve函数源代码。可用于解方程。-Matlab fsolve function of the source code
Update
: 2025-02-19
Size
: 5kb
Publisher
:
yzl
[
matlab
]
nonlineareq
DL : 0
function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" (see quasi-Newton or Levenberg-Marquardt methods). g(1)=x(1)-4*x(1)*x(1)-x(1)*x(2) g(2)=2*x(2)-x(2)*x(2)+3*x(1)*x(2) -function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" (see quasi-Newton or Levenberg-Marquardt methods). g(1)=x(1)-4*x(1)*x(1)-x(1)*x(2) g(2)=2*x(2)-x(2)*x(2)+3*x(1)*x(2)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
kamakhya
[
matlab
]
nonlineareq1
DL : 0
function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" -function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m"
Update
: 2025-02-19
Size
: 1kb
Publisher
:
kamakhya
[
matlab
]
nonlineareq2
DL : 0
function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" -function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m"
Update
: 2025-02-19
Size
: 1kb
Publisher
:
kamakhya
[
matlab
]
nonlineareq3
DL : 0
function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" -function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m"
Update
: 2025-02-19
Size
: 1kb
Publisher
:
kamakhya
[
matlab
]
nonlineareq4
DL : 0
function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" -function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m"
Update
: 2025-02-19
Size
: 1kb
Publisher
:
kamakhya
[
matlab
]
How-Use-ODE45-to-solve-Boundary-Value-ODE
DL : 0
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.-In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
Update
: 2025-02-19
Size
: 81kb
Publisher
:
delin
[
matlab
]
fsolve-function-nonlinear-equations
DL : 0
fsolve函数求非线性方程组数值解,已经验证其正确性。-fsolve function for the numerical solution of nonlinear equations
Update
: 2025-02-19
Size
: 7kb
Publisher
:
纪培强
[
matlab
]
VCSOASteadyGainTMM
DL : 0
基于传输矩阵法(TMM)计算VCSOA(垂直腔半导体光放大器)的稳态增益的程序。由于是从将输入端功率Pin作为已知条件,程序用Matlab优化工具箱中的fsolve函数计算了满足边界条件时的输出功率。这对于相关研究开发都是较好的资料。-This is a set of source codes, which are used for calculating the steady state gain of VCSOA based on the transfer matrix method(TMM). Since the input power of the VCSOA is regarded as a already-known condition, this program, the function "fsolve" in the Matlab Optimization Toolbox is used for obtaining the output power of the VCSOA when the input power is at some value. This is a good material for further studying the related problems, especially when using the Matlab for device simulations.
Update
: 2025-02-19
Size
: 8kb
Publisher
:
王刚
[
Software Engineering
]
fsolve
DL : 0
matlab fsolve 函数用法 内含各种情况下使用说明-matlab fsolve
Update
: 2025-02-19
Size
: 11kb
Publisher
:
徐婧
[
matlab
]
equation
DL : 0
MATLAB求解非线性方程组 fsolve源程序代码 该列具有典型性和代表性-MATLAB求解非线性方程组 fsolve源程序代码
Update
: 2025-02-19
Size
: 1kb
Publisher
:
殷志华
[
Other
]
MATLAB-fsolve
DL : 0
fsolve求解非线性方程组,代码可以十分准确的求解方程组,方便快捷-fsolve solve nonlinear equations, the code can be very accurately solving equations, convenient
Update
: 2025-02-19
Size
: 2kb
Publisher
:
邵龙
[
matlab
]
fsolve
DL : 0
MATLAB求解线性正定方程组,有例子和相关说-use of fsolve,,,,
Update
: 2025-02-19
Size
: 1.04mb
Publisher
:
ct
[
Other
]
MATLAB求解非线性方程组 fsolve源程序代码
DL : 0
这是MATLAB求解非线性方程组 fsolve源程序代码(This is MATLAB solving nonlinear equations fsolve source code)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
peanut0414
[
Other
]
MATLAB求解非线性方程组 fsolve源程序代码
DL : 0
MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
美好,这一切
[
Algorithm
]
MATLAB求解非线性方程组 fsolve
DL : 0
MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code.)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
lai东东
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.