SANDIPKUMAR ROYADHIKARI
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
69.082
of 295.689
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
16.67%
ERHALTENE STIMMEN
0
RANG
of 20.266
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.317
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
Not compatable with the size
I wrote the following code clear all clc itr=0; % number of iteration for t=1:1:3 itr=itr+1; b(itr, :)=...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
not compatible with the size
itr=0; % number of iteration for t=1:1:3 itr=itr+1; b(itr)=[sin(t) cos(t)]; end In the above code , I am ge...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to find the value of k
syms x1 x2 x3 x=[x1;x2;x3]; f1=x(1)^3+12*x(2)+1; f2=x(2)^9+5*x(1)-3; f3=x(2)*x(3)^2+8; k=[diff(f1,x(1)),diff(f1,x(2)),dif...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am getting wrong answer
I am trying to calculate the error of a function within some limit, but I am getting wrong answer. I have attached my code. Ple...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Steepest Descent Method COde
I wrote a code on Steepest Decsent Method, with 550 X 550 random number matrix M=rand(550); P=0.5*(M+M'); N= sum(P,2); D=...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Please Answer the this question
B=[1 2 3;4 1 2;2 5 3] A(new)=A(old)+A(old)* B res=norm(Anew) until res=100000 How many numbers of iterations are required ? ...
etwa 4 Jahre vor | 1 Antwort | 0