photo

Noah Sickels


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Create Array that reorders given values to have smallest first and largest last while maintaining the rest of the array.
I'm trying to write a program that reorders a given array from a .mat file to have the smallest value first and the largest valu...

4 years ago | 1 answer | 0

1

answer

Question


Squares of all positive odd integers whose sum is greater than or equal to 3,000,000
I'm trying to create a program that calculates the squares of all positive odd integers whose sum is greater than or equal to 3,...

4 years ago | 1 answer | 0

1

answer

Question


Trying to plot function f(x) = x + 1 / x^2 - 1. fplot and plot giving 2 different graphs.
I'm trying to plot the function: f(x) = x + (1 /x^2-1) for -4 <= x <= 4 by dividing the domain of x's into three parts, -4 to...

4 years ago | 2 answers | 0

2

answers