Feeds
질문
Unique triples: Length of wire bent into triangle
I have attached a picture of the question for clarity. My current code looks like this, I'm using a small range to test it ou...
대략 11년 전 | 답변 수: 2 | 0
2
답변답변 있음
Calculate the sum of these two vectors using loops. Can't use sum()
I attached the question to make things more clear
Calculate the sum of these two vectors using loops. Can't use sum()
I attached the question to make things more clear
대략 11년 전 | 0
답변 있음
Calculate the sum of these two vectors using loops. Can't use sum()
Ok, but I'm trying to replace the values of zero with 1,2,3...9, so how do I replace the loop to sum numbers 1:9 Sorry if my ...
Calculate the sum of these two vectors using loops. Can't use sum()
Ok, but I'm trying to replace the values of zero with 1,2,3...9, so how do I replace the loop to sum numbers 1:9 Sorry if my ...
대략 11년 전 | 0
답변 있음
Calculate the sum of these two vectors using loops. Can't use sum()
My output is just not right though. output: 0 0 0 0 0 0 0 0 0
Calculate the sum of these two vectors using loops. Can't use sum()
My output is just not right though. output: 0 0 0 0 0 0 0 0 0
대략 11년 전 | 0
질문
Calculate the sum of these two vectors using loops. Can't use sum()
Use loops to calculate the sum of two row vectors a & b, each of dimension 9. c(i)=a(i) + b(i) for i=1:9; My current code loo...
대략 11년 전 | 답변 수: 4 | 0
4
답변답변 있음
Use nested loops and formatted print statements to reproduce the following printed table of numbers.
Beautiful! Thanks for the help
Use nested loops and formatted print statements to reproduce the following printed table of numbers.
Beautiful! Thanks for the help
대략 11년 전 | 0
질문
Use nested loops and formatted print statements to reproduce the following printed table of numbers.
1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 1 2 3 4 5 6 1 2 3 4 5 6 7 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 9 1 2 3 4...
대략 11년 전 | 답변 수: 2 | 0
