SANDIPKUMAR ROYADHIKARI
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
69.073
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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, :)=...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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=...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ? ...
alrededor de 4 años hace | 1 respuesta | 0