photo

Isaac Al-rai


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
203,685
of 297,457

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Jacobi iterative method in 1 for loop
Hey all I am tryig to create a function that will run the jacobi iterative method using only one for loop. This is for a numer...

7 years ago | 0 answers | 0

0

answers

Answered
jacobi method using one for loop
I first tried to replace the second for loop with if true % code j=eye(100) end And adjusted my code to look l...

7 years ago | 0

Question


jacobi method using one for loop
I have a code written that will use jacobi method to solve a problem but in my numerical methods class I need to be able to perf...

7 years ago | 1 answer | 0

1

answer

Question


Jacobi method giving an error
For a numerical methods class I am in I have to create a function that solve an arbitrarily system of linear equations using the...

7 years ago | 1 answer | 0

1

answer

Question


finding multiple roots using newton raphson
<</matlabcentral/answers/uploaded_files/104273/untitled.jpg>> Hello everyone, I am being asked in a homework question to fi...

7 years ago | 2 answers | 0

2

answers

Question


Script file that sums values and checks against another vector?
Hello, I am trying to perform a script file that executes a sum and check loop. I need to write a script such that it reads the ...

7 years ago | 1 answer | 0

1

answer

Question


Eror Using * Inner matrix dimensions must agreee HELP
Hello, here is my inputs >> t=(0:t:2*pi); >> y=exp(-0.3*t)*(2*cos(2*t)+4*sin(2*t)) Error using * Inner matr...

10 years ago | 1 answer | 0

1

answer