代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/393976/8252710
m vtb9_2.m
function [x,xd]=VTB9_2(n,dt,x0,xd0,a,b,c)
%VTB9_2 Finds the multiple degree of freedom system
% undamped response using Euler's method.
% x=VTB9_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/393976/8252729
m vtb1_2.m
function [x,xd]=VTB1_2(n,dt,x0,xd0,a,b,c)
%VTB1_2 Finds the multiple degree of freedom system
% unforced response using Euler's method.
% x=VTB1_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/334878/12565418
m dae4o.m
function ys=dae4o(f,tspan,y0,nint,g)
% function ys=dae4o(f,tspan,y0,nint,g)
% solves a set of differential algebraic equations (DAEs)
% f(t,y,y')=0 where y'=dy/dt
% with a 4th order method
www.eeworm.com/read/425034/10385816
txt 软件说明.txt
MAIN is the main program for FD2D.
DS3_DIAGONAL2 reorders two square DS3 matrices so diagonal entries are first.
DS3_JAC_SL solves a DS3 system using Jacobi iteration.
I4_SWAP swaps two I4's.
www.eeworm.com/read/441397/7671084
m elimnor.m
function x2 = elimnor(A1,A2,A3,b1,b2)
% ELIMNOR Eliminates the unknowns x1
% from the normal equations
% [A1 A2] |x1| = |b1|
% [A2' A3] |x2| |b2|
% and solves for x
www.eeworm.com/read/248077/4471056
m clrk4.m
function [T,Y]=clrk4(f,a,b,m,y0)
% CALL: [T,Y]=clrk4(f,a,b,m,y0) solves Ydot=f(T,Y) on t=[a,b].
% INPUTS: f M-file defining input function; interval a,b;
% m points in interval; y0 initial va
www.eeworm.com/read/475765/6777763
m clrk4.m
function [T,Y]=clrk4(f,a,b,m,y0)
% CALL: [T,Y]=clrk4(f,a,b,m,y0) solves Ydot=f(T,Y) on t=[a,b].
% INPUTS: f M-file defining input function; interval a,b;
% m points in interval; y0 initial
www.eeworm.com/read/251412/12347065
txt buckle.txt
finish
/clear
/filname,exercise3
/prep7
/title,buckling of a bar with hinged solves
et ,1,plane42,,,3
r,1,0.5
mp,ex,1,30e6
mp,nuxy,1,0.3
n,1
n,11,,100
fill
ngen,2,11,1,11,,0.5
e
www.eeworm.com/read/424063/10501577
m minimax.m
function [x,OPTIONS]=minimax(FUN,x,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10)
%MINIMAX Finds a minimax solution of a function of several variables.
% MINIMAX solves the following proble
www.eeworm.com/read/264753/11302784
txt ex4-5.txt
fini
/cle
/PREP7
/TITLE, BUCKLING OF A BAR WITH HINGED SOLVES
ET,1,BEAM3
R,1,.25,52083E-7,.5
MP,EX,1,30E6
mp,prxy,1,0.3
N,1
N,11,,100
FILL
E,1,2
EGEN,10,1,1
FINISH
/SOLU
A