Statistics
3 Questions
0 Answers
RANK
139,365
of 300,763
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,082
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,923
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
My Newton Raphson Script Stucks at first step
clc a = input('Enter initial guess: '); e = input('Tolerable error: '); N = input('Enter maximum number of steps: '); step...
4 years ago | 1 answer | 0
1
answerQuestion
I can't plot square or rectangle correctly
x = input('enter x number:') y = input('enter y number:') z = input('enter widht:') v = input('enter lenght:') axes('NextPlo...
5 years ago | 1 answer | 0
1
answerQuestion
Using 2 values on for loop doesn't work correct for me
x = input('enter x number:') y = input('enter y number:') z = input('enter widht:') v = input('enter lenght:') axes('NextPlo...
5 years ago | 1 answer | 0
