Feeds
提问
Passing a vector through a built in function?
Hello, I am passing two vectors through and equation, but am getting a scalar output. The equation is as follows: V=sqrt((2*W...
6 years 前 | 1 个回答 | 0
1
个回答提问
Using a for loop to iterate over rows of a matrix?
So I am trying to create a for loop that runs rows of a matrix through a funtction. This is the function I have created: funct...
6 years 前 | 2 个回答 | 0
2
个回答提问
Why is my matrix dimensions off?
So the goal is to create a matrix and convert that to an image. Below is my code. It runs and prints out a 10x10 matrix and th...
6 years 前 | 0 个回答 | 0
0
个回答提问
Writing a funciton for e^x values?
I am not sure what is wrong with my code, here is the prompt: Write a function called e_to_the_x to estimate using its Taylor ...
6 years 前 | 2 个回答 | 0

