Aman Murkar
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
90 572
of 295 467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Feeds
Question
Index exceeds the number of array elements (23).
function main clc; clear all; eps = 0.001; omega = input(' enter the omega value: '); beta = input (' enter the beta value:...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
Index in position 2 exceeds array bounds (must not exceed 50).
code: function main % solution of 2D elliptical solution % using Line Over Relaxation Method(LSOR) % ep is accepted error %...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
Finding error like unrecognized function or variable ' tridiagonal'
Program: % solution of 2D elliptical solution % using Line Over Relaxation Method(LSOR) % ep is accepted error%Tridiag: Tridi...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
I am finding error while writting code of tridiagonal matrix as my matlab do not konw what is tridiagonal
function x = Tridiagonal(e,f,g,r) % Tridiagonal: Tridiagonal equation solver banded system % x = Tridiagonal(e,f,g,r): Tridiag...
ungefär 3 år ago | 1 answer | 0