Reindex a vector (★★)
(copy of Prob. 676)
You are given two vectors of equal length. Vector N has numeric values (no Inf or NaN) while vector IDX h...
5 years ago
Solved
PEMDAS test (★★)
Create the function that will return the following expression for x and y.
<<https://i.ibb.co/RHWyzrv/Code-Cogs-Eqn-1.gif>>
...
5 years ago
Solved
The maximum sum of squares (testing)
Create a function file with an input maxval to determine the maximum number of terms for the series 1^2 + 2^2 + 3^2 + ... such t...
5 years ago
Solved
Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0
Check if equal
Return true if all the elements of an nD array are equal, false otherwise.
5 years ago
Solved
Pattern Sum
Write a function which receives two single digit positive integers, (k and m) as parameters and calculates the total sum as:
k...
5 years ago
Solved
Beginner's Problem - Squaring
Try out this test problem first.
Given the variable x as your input, square it by two and put the result in y.
Examples:
...
5 years ago
Solved
Max of a Vector
Write a function to return the max of a vector