Sukhversha Luthra
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
95.813
of 295.467
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
root of a polynomial fails to satisfy the polynomial
Please see the last loop. L must be zero. Because DE is polynomial whose roots are given by h. When we substitute the roots in...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot a continuous graph in a loop
for k=1:10; x=5; y=2*x-5*k*k*k plot(k,y,'*'); hold on; end This program gives me a dotted gr...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
If condition returns no output
function sukh1 eps=0.; beta_T=2e-4; lambda=77.6;mu=38.6;C_e=383;k=400; rho=8920; T_0=318;tau_0=1e-12; tau_1=2*tau_0; bulk...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
program for checking whether the root satisfies an equation
I am unable to make a program for the following problem. Suppose I have 5 numbers (eg. 1, 2, 3, 4, 5) and I want to check w...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
My query is to get roots with positive real part of an equation having variable real coefficients. An example is given below.
clc; w = sym('w','real'); C=1;B=2*w;A=2; P=[C 0 -B 0 A]; R=roots(P); Real_R=real(R); alpha=Real_R(Re...
etwa 7 Jahre vor | 1 Antwort | 0