代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/167116/9980395
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward(A,b);
www.eeworm.com/read/358827/10178433
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward
www.eeworm.com/read/212797/6962565
m vtb9_4.m
function [x,xd]=vtb9_4(n,dt,x0,xd0,a,b,c,u)
%VTB9_4 Solves the forced multiples degree of freedom system using Euler's
% method.
% x=VTB9_4(n,dt,x0,a,u) Solves the system given the initial stat
www.eeworm.com/read/272224/7096349
m vtb9_4.m
function [x,xd]=VTB9_4(n,dt,x0,xd0,a,b,c,u)
%VTB9_4 Solves the forced multiples degree of freedom system using Euler's
% method.
% x=VTB9_4(n,dt,x0,a,u) Solves the system given the initial stat
www.eeworm.com/read/464335/7165209
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward
www.eeworm.com/read/451385/7466242
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward
www.eeworm.com/read/145329/12735837
m vtb9_4.m
function [x,xd]=VTB9_4(n,dt,x0,xd0,a,b,c,u)
%VTB9_4 Solves the forced multiples degree of freedom system using Euler's
% method.
% x=VTB9_4(n,dt,x0,a,u) Solves the system given the initial stat
www.eeworm.com/read/141692/12990929
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward
www.eeworm.com/read/316412/13523363
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward(A,b);
www.eeworm.com/read/480713/6660093
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward