Question


how to write summation program
pl write the program of summation

2 years ago | 0 answers | 0

0

answers

Question


unable to plot this equation
t=1:20; a(1)=1; b(1)=1; c(1)=1; I=0.5; a=1;b=3; c=1; d=5 r=0.0001; s=4; xr=-1.6 sumx=0; sumy=0; sumz=0; for i=1:...

2 years ago | 1 answer | 0

1

answer

Answered
why power series plot is not matching with ode
dear sir this is the paper which is solve by power series method

2 years ago | 0

Question


why power series plot is not matching with ode
t=1:20; a(1)=1; b(1)=1; c(1)=1; c1=10; c2=28; c3=8/3; sumx=0; sumy=0; sumz=0; for i=1:10 a(i+1)=(c1*(b(i)-a(i)))/...

2 years ago | 2 answers | 0

2

answers

Question


pl solve following equation system
you take the value arbitary

2 years ago | 0 answers | 0

0

answers

Question


how to plot the equation
x(0)=1; y(0)=0 t=1:15; for n=1:15 x(n+1)=(x(n-1)-y(n))/n+1; y(n+1)=(x(n)+y(n)-t)/n+1 plot(t,x) end

2 years ago | 1 answer | 0

1

answer

Question


how to write summation
pl write in this summation

2 years ago | 2 answers | 0

2

answers

Question


system of equation solving plot
pl solve this system of equation by power series method help is highly appreciate this is system of differential equation plo...

2 years ago | 0 answers | 0

0

answers

Question


state space model of lorenz equation
pl write the eq of state space of lorenz equation

2 years ago | 0 answers | 0

0

answers

Question


how to find root of equation
k0=(2*pi/0.6328)*1e6; t2=1.5e-6; n1=1.512;n2=1.521;n3=4.1-1i*0.211; n4=1; m=0; t3=1e-9; k1=k0*sqrt(n1^2-x^2); k2=k0*sq...

2 years ago | 0 answers | 0

0

answers

Question


how to find the root of transcedental equation while loop
k0=(2*pi/0.6328)*1e6; t2=1.5e-6; n1=1.512;n2=1.521;n3=4.1-1i*0.211; n4=1; m=0; t3=1e-9; k1=k0*sqrt(n1^2-x^2); k2=k0*sq...

2 years ago | 1 answer | 0

1

answer

Question


how to calculate by tol and while loop
k0=(2*pi/0.6328)*1e6; t2=1.5e-6; n1=1.512;n2=1.521; x=2; % approximation k1=k0*sqrt(n1^2-x.^2);k2=k0*sqrt(n2^2-x.^2); t...

2 years ago | 1 answer | 0

1

answer

Question


why not able to plot size of both same
k0=(2*pi/0.6328)*1e6; t2=1.5e-6; n1=1.512;n2=1.521;n3=4.1-1i*0.211; n4=1; m=0; x=2; t3=linspace(1e-9,1e-6,20) ...

2 years ago | 1 answer | 0

1

answer

Question


root of the equation using while loop
k0=(2*pi/0.6328)*1e6; t2=1.5e-6; n1=1.512;n2=1.521;n3=4.1-1i*0.211; n4=1; m=0; x=1.512; t3=1e-9; k1=k0*sqrt(n1^2-x^2); ...

2 years ago | 0 answers | 0

0

answers

Question


problem in plot while loop
k0=(2*pi/0.6328)*1e6; t2=1.5e-6; n1=1.512;n2=1.521;n3=4.1-1i*0.211; n4=1; m=0; x=1.512; t3=1e-9:1e-6; k1=k0*sqrt(n1^2-x...

2 years ago | 1 answer | 0

1

answer

Question


why display is not showing table
la0 = 650; k0 = 2*pi/la0; a = 100/2; ef = 1; ec = -19.6224 - 0.443*1i; pc = ef/ec; tol = 1e-12; q = (0:3)' m=0; ga1 = 1/k...

2 years ago | 0 answers | 0

0

answers

Question


how to calculate the value from function define
la0 = 650; k0 = 2*%pi/la0; ef = 1; ec = -19.6224-0.443*%i; es=ec; pc = ef/ec; ps = ef/es; bcinf = sqrt(ec*ef/(ec+ef)); tol = ...

2 years ago | 0 answers | 0

0

answers

Question


how to calculate the value from program
ef = 1.5^2; ec = -2^2; es = -1.8^2; k0 = 1; a = 0.63; pc = ef/ec; ps = ef/es; binit = 0.5*sqrt(ef); kf = sqrt(ef-binit^2); ...

2 years ago | 0 answers | 0

0

answers

Question


how to write these equation in matlab
how to write these equation in matlab

2 years ago | 0 answers | 0

0

answers

Question


roots of the equation from matrix eigen value
the value of the other parameter is given below n1=1.50; n2=1.746; n3=0.55-1i*11.5; n4=1.444; t1=5; t2=1:70; t3=24; k0...

2 years ago | 0 answers | 0

0

answers

Question


Inconsistent row/column dimensions.
l=633*(10)^(-9); k0=(2*pi)/l; nc=1.33; na=1.43265; nf=1.59; nm=0.064+1i*4; ns=1.49; a=54:0.01:70 df=1:1:300; nf=1....

2 years ago | 2 answers | 0

2

answers

Question


solution of matrix eigen value equation
n1=1.50; n2=1.746; n3=0.55-1i*11.5; n4=1.444; t1=5; t2=1:70; t3=24; k0=2*pi/1.55; k1=k0*sqrt(beta^2-n1^2); k2=k0*sqrt...

2 years ago | 1 answer | 0

1

answer

Question


problem in plot of given equation
df=1:300; nc=1.33; ns=1.5; nf=1.59; theta=10:60 y=zeros(length(theta),length(df)) x=1.5*sind(theta); l=632.8; zfc=(l/2...

2 years ago | 0 answers | 0

0

answers

Question


HOW TO WRITE THIS PROGRAM
PL WRITE IN PROGRAM FORM THE VALUE CAN BE TAKE ARBITARY

2 years ago | 0 answers | 0

0

answers

Question


how to write summation in matlab
where J=C OR J=S SO PL YOU ARE REQ TO WRITE IN MATLAB PROGRAM OF SUMMATION

2 years ago | 1 answer | 0

1

answer

Question


plot from ode45
function kk1 clear all close all options = odeset('RelTol',1e-9,'AbsTol', 1e-16); a0=0.1; b0=0.1; p=...

2 years ago | 1 answer | 0

1

answer

Question


correct the code the program
w1 = 2*a; be1 = be; % save previous results for 2a=100 L1 = -1/2/imag(be1)/k0/1000; % propagation length in microns wmax = pi/...

2 years ago | 0 answers | 0

0

answers

Question


forming table from function call
la0 = 650; k0 = 2*pi/la0; a = 100/2; ef = 1; ec = -19.6224 - 0.443*j; % set ec = -16.6224 pc = ef/ec; tol = 1e-12; q = (0:3)...

2 years ago | 0 answers | 0

0

answers

Question


where to write function
m=0; k0 = 1; la0 = 2*pi/k0; a = 0.3; ec = 2.2^2; es = 1.7^2; ef = -4; pc = ef/ec; ps = ef/es; tol = 1e-12; bsinf = sqrt(ef*...

2 years ago | 1 answer | 0

1

answer

Question


not able to plot differenitation from running muller methods
function shiv9 clear all close all n=linspace(1.43,1.50,15); D1= linspace(1e-9,3e-7,15); P=zeros(numel(n),numel(D1)); ...

2 years ago | 0 answers | 0

0

answers

Load more