Risolto


write an expression
output is five more than twice an input number.

circa 9 anni fa

Risolto


write an expression
output is five more than twice an input number.

circa 9 anni fa

Risolto


write an expression
output is five more than twice an input number.

circa 9 anni fa

Risolto


write an expression
output is five more than twice an input number.

circa 9 anni fa

Risolto


write an expression
output is five more than twice an input number.

circa 9 anni fa

Risolto


Combined Ages 1 - Symmetric, n = 3
You have probably seen the common riddle wherein combined ages are provided and you must determine the individual ages. For exam...

circa 9 anni fa

Risolto


Dice roll - lateral faces
For this problem, you will be provided with the values of a dice roll (regular six-sided dice). The number of dice will be at le...

circa 9 anni fa

Risolto


Dice roll - opposite faces
For this problem, you will be provided with the values of a dice roll (regular six-sided dice). The number of dice will be at le...

circa 9 anni fa

Risolto


Pairwise Euclidean Distance
Given two matrices A,B of dimensions NxK and NxL respectively, calculate the pairwise euclidean distance of all vectors (columns...

circa 9 anni fa

Risolto


factor to number
e.g. input number x=10 then it should produce y=25 or x=100 then y should be 2255. write a function or code to generate the same...

circa 9 anni fa

Risolto


Pythagorean perfect squares: find the square of the hypotenuse and the length of the other side
Given the square root of a square number, *seed*, and a range, *n*, find the square number, *Z* as well as the other side, *y*, ...

circa 9 anni fa

Risolto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. ...

circa 9 anni fa

Risolto


Conversion from hours to mili sec
Convert given input in hours to mili seconds

circa 9 anni fa

Risolto


Find relation between x and y.
if 1 = 2 2 = 9 3 = 28 How is x related with y?

circa 9 anni fa

Risolto


Cost computation and Display
Given a positive number of pens, a cost is computed and displayed. One Pen costs 1.99 dollars

circa 9 anni fa

Risolto


calculate Simple Interest
SI=(principal*time*rate)/100

circa 9 anni fa

Risolto


Calculate SImple Interest
SI=P*T*R

circa 9 anni fa

Risolto


Was ist denn los?
Nur für deutschsprechende Leute! Wie geht's? ...also gut, bis bald!

circa 9 anni fa

Risolto


Normalize by maximum
Subtract the maximum value in a column from the corresponding columns of a matrix.

circa 9 anni fa

Risolto


Create a Standard Size Vector
Given an input x, create a row vector y from 1 to x with 5 elements.

circa 9 anni fa

Risolto


Square a Number
Given an input x, return y, which is equal to the square of x.

circa 9 anni fa

Risolto


Average valid values of arrays
Given a 1D array (column or row vector), compute the average of valid values. Valid values are defined via two thresholds: minVa...

circa 9 anni fa

Risolto


~(*|/)
Return three quarters of n without using addition, subtraction, multiplication or division.

circa 9 anni fa

Risolto


Accessing value of variable whose name is stored in another variable as string.
Accessing value of variable whose name is stored in another variable as string. for example: var1=n; var2='var1'; %Assigning...

circa 9 anni fa

Risolto


Find Sign(Zero Crossing) Changes in Array
Example; A = [1 2 3 -3 -4 -1 -24 2 4 -1 -2 3 1]; ans; [1 2 0 -3 -4 -1 0 2 0 -1 ...

circa 9 anni fa

Risolto


Write a function man that takes a row vector v and returns a matrix H as follows..
Write a function called man that takes a row vector v as an input and returns a matrix H whose first column consist of the eleme...

circa 9 anni fa

Risolto


given number is power of n or not?
Check weather The input is power of n or not? for example x=8,n=2 --> true x=6,n=2 --> false

circa 9 anni fa

Risolto


A quadrant matrix
Write a function called quadrants that takes as its input argument a scalar integer named n. The function returns Q, a 2n-by-2n ...

circa 9 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.

circa 9 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.

circa 9 anni fa

Carica altro