
Anwaya rath
Statistics
RANK
170,796
of 279,814
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
8,172 of 18,771
REPUTATION
95
AVERAGE RATING
1.00
CONTRIBUTIONS
3 Files
DOWNLOADS
8
ALL TIME DOWNLOADS
954
RANK
of 128,635
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Fast Version of the Ablowitz Ladik Technique
This code compares with the standard version of the Ablowitz Ladik
6 years ago | 1 download |
Question
In my code for multiplying 400 matrices 1000 times, I find that the normal matrix multiplication method (brutal force method) is being computed in a much faster way than the divide and conquer algorithm. Can anyone please suggest me what the prob is?
In my code for multiplying 400 matrices 1000 times, I find that the normal matrix multiplication method (brutal force method) is...
6 years ago | 0 answers | 0
0
answersQuestion
How to multiply n matrices
stepsize = 0.01; time(1) = -10; signalLength = 2000; time(2) = 10; N = signalLength+1; x = time(1):ste...
6 years ago | 0 answers | 0
0
answersQuestion
How can you change the color and size of the elements in the matrix as shown below?
label = {' A',' B',' C',' D',' E',' F',' G',' H',' L',' M'}; I have to change the font color of the letters to red and increas...
6 years ago | 2 answers | 0
2
answersSubmitted
Bellman Ford Algorithm
The above code is used to find the minimum distance between 2 nodes.
6 years ago | 5 downloads |
Submitted
Code for Djikstra's Algorithm
This code successfully finds out the shortest path between source node and destination node.
6 years ago | 2 downloads |