Community Profile

photo

mohamed elkasemy


Last seen: meer dan 2 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Explicit solution could not be found.
clc; clear all; close all; syms y1(t) y2(t) y3(t) y4(t) y5(t) y6(t) y7(t) y8(t) C = 3*10^10; KT = 0.086173324; % MeV M0...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


Invalid indexing or function definition.
clc; clear all; close all; syms y1(t) y2(t) y3(t) y4(t) y5(t) y6(t) y7(t) y8(t) C = 3*10^10; KT = 0.086173324; % MeV M0...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Input function must return 'double' or 'single' values. Found 'sym'.
clc; clear all; close all; C = 3*10^10; KT = 0.086173324; % MeV M0 = 1.0078; % u M1 = 1.0078; % u M2 = 2.01...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


array exceeds maximum array size preference.
clc; clear all; close all; t = [0:10^20]; K = 1.38*10^-23; Me = 9.11*10^-31; T = 1.3543*10^3; V = 100*sqrt(3*K*T*11600/...

meer dan 4 jaar ago | 2 answers | 0

2

answers

Question


First input argument must be a function handle.
clc; clear all; close all; X0 = linspace(0.1,0.99,50); for i = 1:length(X0) Ts = 1; T(i) = Ts*acos((Ts-X0(i))/Ts...

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


Nonscalar arrays of function handles are not allowed; use cell arrays instead.
clc; clear all; close all; X0 = linspace(0.1,0.99,50); for i = 1:length(X0) Ts = 1; t(i) = Ts*acos((Ts-X0(i))/Ts...

ongeveer 5 jaar ago | 0 answers | 0

0

answers

Question


Index exceeds matrix dimensions.
clc; clear all; close all; g = 1; m = 1; M = 1; T = 1; fun = @(x,y,V,T) ((2*pi*g*(1-(V.^2)).^2)/m^2).*y.*(((x-(m*V./sqr...

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


Warning: Infinite or Not-a-Number value encountered.
g = 1; m = 1; M = 1; fun = @(x,y,V,T) ((2*pi*g*V*sqrt(1-V.^2)/m)*y.*(((x-(m*V./sqrt(1-V.^2))).^2./(1-(V).^2))+y.^2).*exp(-(sq...

ongeveer 5 jaar ago | 0 answers | 0

0

answers

Question


Undefined function or variable 'dslove'.
syms g m M T G x y V(t) fun = @(x,y)((2*pi*g*(1-(V(t))^2)^2)/m^2)*y.*(((x-(m*V/sqrt(1-(V(t))^2))).^2/(1-(V(t))^2))+y.^2).*exp(-...

ongeveer 5 jaar ago | 0 answers | 0

0

answers

Question


How can I get v(t) analytically?

ongeveer 5 jaar ago | 1 answer | 0

1

answer