已解决


Armstrong Number
Determine whether the given input n-digit number is Armstrong Number or not. Return True if it is an Armstrong Number. An n-Dig...

3 years 前

已解决


Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...

3 years 前

已解决


Calculate the mean of each half of a matrix
Given a matrix with an even number of columns, n, return a 1-by-2 row vector where the first element is the mean of all the elem...

3 years 前

已解决


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

3 years 前

已解决


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

3 years 前

已解决


Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...

3 years 前

已解决


volume of a cube
volume of a cube with "x" side

3 years 前

已解决


area of a square
area of a square given x as a side

3 years 前

已解决


area of a triangle
area of a triangle, given x as a side

3 years 前

已解决


area of a rectangle
area of a rectangle with base "b" and height "h"

3 years 前

已解决


volume of a rectangle prism
volume of a rectangle prism using "b" as base, "h" as height and "w" as width.

3 years 前

已解决


volume of a cone
create a program that allows us to calculate the volume of a cone using radius "r" and height "h"

3 years 前

已解决


sum of vectors
sum of vectors

3 years 前

已解决


sum of two numbers
sum

3 years 前

已解决


resta de dos numeros
restaa

3 years 前

已解决


multiplication of two numbers
x

3 years 前

已解决


division of two numbers
division

3 years 前

已解决


elevate a number to its square
square

3 years 前

已解决


find the area of a triangle from its sides
pythagorean theorem

3 years 前

已解决


multiplication with negative sign
multiplication

3 years 前

已解决


input values changing sign of the output
change sign

3 years 前

已解决


sum of two variables
Make a sum so that x + x equals 2x

3 years 前

已解决


substracting two variables
substract x from x in order to get the answer

3 years 前

已解决


multiplication of two variables with exponents
mutiply two variables with exponents

3 years 前

已解决


multiplication of two variables
mutliplication of two variables

3 years 前

已解决


dividing two variables
dividing two variables

3 years 前

已解决


adding three variables
z, x and s adition for us to learn linear algebra in matlab

3 years 前

已解决


substraction of three variables
substracting z, x and s for us to learn how to do linear algebra in matlab

3 years 前

已解决


perimeter of a square
perimeter of a square where each side is 7 ft long

3 years 前

已解决


perimeter of a cube
perimeter of a cube where each side is 12 ft long

3 years 前

加载更多