Noah Sickels
Followers: 0 Following: 0
Feeds
질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 2 | 0