Statistics
2 Questions
0 Answers
RANK
169,364
of 301,172
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,183
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,200
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
How do i finish the code. I'm not even sure if this is how one would start to run the code
Write a program that generates a vector consisting of random integers between 10 and 10 and as soon as a random positive integer...
6 years ago | 1 answer | 0
1
answerQuestion
how am i suppose to display the elements divisible to 5 from the Pythagorean theorem using numbers 1-50. every time i use the rem function i get a bunch of 0s and 1s. got this so far which only displays the Pythagorean theorem combinations from 1-50
n=1 for aa=1:50 for bb=aa+1:50 for cc=bb+1:50 if cc^2==aa^2 + bb^2 a(n)=aa; ...
6 years ago | 1 answer | 0
