代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/272224/7096356
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/296909/8072865
m gppd2.m
function [x,status,la,nu,mu] = gppd2(A,b,szs,x0,G,h,phase1,quiet)
% [x,nu,mu,la,status] = gppd2(A,b,szs,x0,G,h,phase1,quiet)
%
% solves the geometric program in convex form with a starting point.
%
%
www.eeworm.com/read/145329/12735835
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/145329/12735875
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/253870/12179457
m dde45l1.m
function [T,X]=dde45l1(t0,tf,x0,initfun,delay,A0,AA,B,delayF,F,tol)
%DDE45L1 Solves systems of functional-differential equations with
% delay of kind
% .
% x(t)=A0*x(t)+AA*y(-tau)+integral
www.eeworm.com/read/253870/12179471
m clsim.m
function [T, X]=clsim(tf,x0,initfun,delay,A0,A1,B,C,D,tol)
%CLSIM solves closed-loop system of differential equations with delay
%
% x`(t)=(A0+B*C)*x(t)+A1*x(t-delay)+B*int(-delay,0,D(s)*
www.eeworm.com/read/212794/15149145
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/212794/15149159
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/212791/15149572
vtb9_2
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/471742/6888615
m cycloid3d.m
%cycloid3d.m
%solves the motion of a charged particle in an electromagnetic
%field in 3 dimensions. Here, x(1)=x, x(2)=vx, x(3)=y, x(4)=vy,
%x(5)=z, x(6)=vz
clear;
q=1.6e-19; m=1.67e-27; qm=q/m