photo

Aman Murkar


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答