Community Profile

photo

shunmugam hemalatha


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Hello Sir, how can I know to get the real root
clc clear all C=10; A=50; R=2; alp=200; C2=1; theta=0.5; beta=5; i=0.03; del=0.05; syms T tow x = '((260*0.7)/2)+((2...

3 years ago | 0 answers | 0

0

answers

Question


I have tried another one. Again I 'm getting the notification that, 'Not enough input arguments'. Can you help me to solve.
clc clear all a=120; b=100; k1=4; k2=80; h=0.33; theta=0.07; delta=0.5; c2=2.5; c3=10; c4=5; syms T t C = ...

3 years ago | 1 answer | 0

1

answer

Question


I am not well verse in Matlab, and tried to run the code below. However, I keep getting an error stating "Not enough input arguments." I'm not sure what does this means.
clear all c0 =40; cd = 50; y0 = 0.09; h = 0.7; tow = 5; u = 0.05; a = 260; b = 0.1; syms T tow %x = '((a*h)/2)+((a*tow...

3 years ago | 2 answers | 0

2

answers

Answered
I need the Coding to solve the simultaneous equations. To find T, tow, TC.
Even i couldn't find answer for the same. clc clear all c0=40; cd=50; y0=0.09; h=0.7; r=5; u=0.05; a=260; b=0.1; syms...

3 years ago | 0

Question


I need the Coding to solve the simultaneous equations. To find T, tow, TC.
lc clear all c0=40; cd=50; y0=0.09; h=0.7; r=5; u=0.05; a=260; b=0.1; x='((a*h)/2)+((a*r*T)/3)+((a*h*T*((exp(-u*tow))+...

3 years ago | 2 answers | 0

2

answers

Question


I need the correct coding to solve the following.
theta=(2*i0*q0)/(g*n*D*q) q=sqrt(((2*n*D)*(Av+(n*F)+R(L)))/(((n-2)*(1-(D/P))*hv)+hb+hv+(g*n^2*D*theta)+((p*I)/(1+I*t)))) ...

3 years ago | 0 answers | 0

0

answers

Question


Respected Madhan ravi sir, I accepted your answer . But i'm getting the error.
> sampleuni Error using solve (line 268) Input with 1 variables and output with 2 variables are inconsistent. Error in samp...

4 years ago | 0 answers | 0

0

answers

Question


The picture of the two equation.
Sir, Just now I took the picture of those two equations. And while I’m using the code, still, I didn’t get the answer. It sh...

4 years ago | 0 answers | 0

0

answers

Question


How to solve the following equations with a given data. I need the correct coding to solve .
clc clear all D=1600; C0=400; Ch=10; Cb=600; Gamma=0.7; Cl=2000; b=250; lamda=0.09; beta=0.1; syms Q,r solve(Q,r); ...

4 years ago | 1 answer | 0

1

answer

Question


I need the coding to plot 3D graph for the following data.
X-axis: β: 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Y-axis: Q: 47.5191 52.9680 56.9200 61.6328 67.4050 74.4607 82.157...

4 years ago | 0 answers | 0

0

answers

Question


While running the code, I am getting error expression as, 'The expression to the left of the equals sign is not a valid target for an assignment'.
clc clear all syms q TOT D=1000; P=3200; S=400; A0=25; Cv=20; Cb=25; Rc=3; Cs=30; MUv=0.2; MUb=0.2; sigma=7; k=2....

4 years ago | 1 answer | 0

1

answer

Question


I am trying to run this code but getting the mentioned error: I tried to indent the code with smart ident but it is not working either! solution suggested for this kind of error.
clc clear all syms q C TOT S=6 ; D=4800 ; %D=7200; A=25 ; %Delta=0.2 ; P=10000; F=50 ; B=7; V=1 ; d=50 ; %q=156; %...

4 years ago | 1 answer | 0

1

answer

Question


I am not getting the solution for my coding.
syms q S=6; D=4800; A=25; Delta=0.2; F=50; V=1; d=50; tow=0.1; M=7250; n=2; G1=0.2075; c0=800; C=((2*n*q)/((2*D)+(q...

4 years ago | 1 answer | 0

1

answer

Question


solving for a single unknown variable(non-linear equation)
E=0.0313; E^2=0.00098; E^3=0.00003; d=5000; K=100; h=5; lamda=0.5; C=25; S=50; P=0.05; a=1-E; b=((2*y)+(y*E)+1))^2; y=(1/a)*...

4 years ago | 1 answer | 0

1

answer