Community Profile

photo

M.Rameswari Sudha


Last seen: 4 giorni fa Attivo dal 2019

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


how to solve the equation with loop?
clc clear all T=15; u1=8; u2=12; a1=50; b1=5; a2=100; A=500; Ae=100; c1=5; c2=10; c3=12; c4=8; D=30; b2=0.2; a=0...

5 giorni fa | 0 risposte | 0

0

risposte

Domanda


how to solve the below transcendental equation for the given data?
format compact syms T t0 lambda=600; b=3; theta=0.02; c=5; k=250; h=1.75; p=50; M=.12; Id=0.003; TC=(k/T)+(c*lambda)+...

8 giorni fa | 1 risposta | 0

1

risposta

Domanda


how to find the two unknowns from the nonlinear equation
clc clear all format compact syms k lambda c T b t0 theta h lambda=600; b=3; theta=0; c=5; k=250; h=1.75; TC=(k/T)+c*la...

12 giorni fa | 0 risposte | 0

0

risposte

Domanda


How to find two unknown variables in explicit function?
I couldnt solve this matlab code to find unknown variable q and n. Anyone help me solveeqs3() function solveeqs3() guess=[0....

7 mesi fa | 1 risposta | 0

1

risposta

Domanda


how to use mesh to plot 3D image?
I couldnt get mesh instead of plot3. help anyone. clc clear all u1=4;u2=8;a=30;b=5;a2=100;A=500;c2=10;c3=12;c4=8;D0=115; b2...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to solve one variable in non linear equation?
In my coding I couldn't get the value for t1. I get the answer in cubic equation of another variable z. But I didn't use z a...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


how to identify the mistakes in loop in the given following code?
I have to find q, n value and TC. we need to find the these three values in iteration way. How to solve it? clc clear all pr...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


I want to find two unknown variables using newton function method
I couldn't find q and n value from the first derivative of this coding. Kindly do the needful as soon as possible. function He...

oltre un anno fa | 0 risposte | 0

0

risposte

Risposto
How I could solve the for loop problem?
"still don't understand why you need a second for loop as obviously it could be done in one single for loop " - I will try to br...

quasi 2 anni fa | 0

Domanda


How I could solve the for loop problem?
I couldn't solve the for loop program. I couldn't find where i make mistake. I couldn't get the answer for TC, TCC clc clos...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


How could i run the loop?
I want to get the value for q,v and TC. I couldnt solve this problem using this code. Can anyone help me? clc close all k=50...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Risposto
how to find sum different data for two different variables using loop in matlab
I got error using code as per you sent : ??? Error using ==> sum Trailing string input must be 'double' or 'native'. let me k...

quasi 2 anni fa | 0

Domanda


how to find sum different data for two different variables using loop in matlab
I have different datas for two different variables (lambdai and b1). I need to find the separate M1 values and need to find sum...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


I want to find unknown value for nonlinear equation.
I want to find t1 value by search method with mesh grid plot between t1 and TC. Anyone help me to do this problem. function tc...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


I want to solve the unknown variable t1
I want to solve t1 from the equation S1 and then apply value of t1 in TC. But I couldn't find t1. I don't know where I left the...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I need an answer for the program below
I couldn't find the answer for t1. Here int means integral. a1=30; b1=5; c1=5; c2=10; c3=12; c4=8; T=12; syms t1 ft1=...

circa 2 anni fa | 0 risposte | 0

0

risposte

Risposto
how to solve this non-linear equations?
I am unable to find the answer. let me know what is the mistake in the following code. clc clear all D=1000; P=3200; A=25;...

oltre 3 anni fa | 0

Domanda


how to solve this non-linear equations?
I couldnot find the value of v and w. let me know what is the mistake in the following code. function solveeqs() guess=[200...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


how to solve the nonlinear equatios?
syms T v p=30;a=7;d=1;lamda=0.8;c=10;r=35;h=0.05;w=200;k=0.02;b=7; M=k*a; %eqn1=(1/T)*(p*d-((lamda*p*d*v)/T)-(d*exp(-(w-k)*v...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


help me out in solving the non linear equations with three variables
TP =-( (1/T)*(P*(Q-E)+(s*E)-(c*Q)-o- h*(alpha*w^beta*exp(-lambda*P)*((t1^3/(6*m)-(t1^2/2))+Q*t1))... -(h/2)*(w+E)*(T-t1)))...

oltre 4 anni fa | 0 risposte | 0

0

risposte