Risolto


true or false
if the matrix has a zero, return true. else, return false

oltre 3 anni fa

Risolto


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

oltre 3 anni fa

Risolto


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

oltre 3 anni fa

Risolto


Matrix Max Finder
Output the maximum value in a matrix

oltre 3 anni fa

Risolto


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

oltre 3 anni fa

Risolto


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

oltre 3 anni fa

Risolto


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

oltre 3 anni fa

Risolto


Degrees to Radian
Convert degrees to radians

oltre 3 anni fa

Risolto


Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.

oltre 3 anni fa

Risolto


Radians to Degrees
Convert radians to degrees.

oltre 3 anni fa

Risolto


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

oltre 3 anni fa

Risolto


For a given linear index as input for n sized square matrix, find corresponding row and column.
If input is 1, the row and column will be 1 and 1 respectively.

oltre 3 anni fa

Risolto


Find remainder when x is divided by 3
Find remainder when x is divided by 3

oltre 3 anni fa

Risolto


modulus of a number
find the modulus of a given number

oltre 3 anni fa

Risolto


first element of matrix
find the first elements of a column matrix

oltre 3 anni fa

Risolto


Summation of integers

oltre 3 anni fa

Risolto


Given A4 sizes find A3's long side
I think you know the relation between A3 and A4 paper so givens are sides of A4 x1=long side of A4 y1=short side of A4 y2 is ...

oltre 3 anni fa

Risolto


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

oltre 3 anni fa

Risolto


Sum positive elements of matrix.
Calculate sum of positive elements of the matrix.

oltre 3 anni fa

Risolto


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

oltre 3 anni fa

Risolto


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

oltre 3 anni fa

Risolto


ascii value
let input='a' output=97

oltre 3 anni fa

Risolto


Watt
Ampere x Volt = Watt

oltre 3 anni fa

Risolto


Volume of Cylinder
Find the volume of a cylinder

oltre 3 anni fa

Risolto


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

oltre 3 anni fa

Risolto


Surface area of a cone

oltre 3 anni fa

Risolto


Surface area of a sphere
Given the radius of a sphere, find it's Surface area

oltre 3 anni fa

Risolto


Perimeter of a Triangle

oltre 3 anni fa

Risolto


find the value

oltre 3 anni fa

Risolto


Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table. if x = '!'; y = 33; if x = 'u'; ...

oltre 3 anni fa

Carica altro