photo

SANDIPKUMAR ROYADHIKARI


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
185,668
of 297,527

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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, :)=...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 2 个回答 | 0

2

个回答

提问


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=...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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 ? ...

4 years 前 | 1 个回答 | 0

1

个回答