Domanda


how to write summation program
pl write the program of summation

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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:...

circa 2 anni fa | 1 risposta | 0

1

risposta

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

circa 2 anni fa | 0

Domanda


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)))/...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


pl solve following equation system
you take the value arbitary

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to write summation
pl write in this summation

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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) ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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); ...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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 = ...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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); ...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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....

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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/...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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)...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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*...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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)); ...

circa 2 anni fa | 0 risposte | 0

0

risposte

Carica altro