Community Profile

photo

Brian Bowne


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 2 answers | 0

2

answers

Question


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...

4 years ago | 0 answers | 0

0

answers

Question


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 ...

4 years ago | 2 answers | 0

2

answers