Risolto


only multiply 1230
only multiply 1230

oltre 7 anni fa

Risolto


add 1020
just add 1020

oltre 7 anni fa

Risolto


multiply 10
just multiply 10

oltre 7 anni fa

Risolto


just solved
solved given x answer y must be x+2*3/6

oltre 7 anni fa

Risolto


just multiply 100
just multiply

oltre 7 anni fa

Risolto


sum of all
sum all of components

oltre 7 anni fa

Risolto


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

oltre 7 anni fa

Risolto


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

oltre 7 anni fa

Risolto


square root
Find the square root (y) of an input (x).

oltre 7 anni fa

Risolto


factorial of a number x
Factorial of a number x

oltre 7 anni fa

Problema


replae odd number with nan
do as recommended

oltre 7 anni fa | 1 | 74 risolutori

Risolto


flip up and down
flip up and down the matrix

oltre 7 anni fa

Risolto


sum
sum as rows

oltre 7 anni fa

Problema


sum
sum as rows

oltre 7 anni fa | 1 | 137 risolutori

Risolto


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

oltre 7 anni fa

Problema


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

oltre 7 anni fa | 1 | 110 risolutori

Risolto


find the determinent
find the determinent of a vector

oltre 7 anni fa

Risolto


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

oltre 7 anni fa

Risolto


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

oltre 7 anni fa

Risolto


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

oltre 7 anni fa

Risolto


Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements. Example: x = [1 2 ...

oltre 7 anni fa

Risolto


multiply 2 by 2
multiply 2 by 2

oltre 7 anni fa

Risolto


Plus x: A first program
_Solve this problem in Mathwork's online Cody system._ Write a statement that assigns y with 5 plus x. Ex: If input x = 2,...

oltre 7 anni fa

Risolto


Alkane
Given a number, x, that is equal to the number of carbon atoms in an <http://en.wikipedia.org/wiki/Alkane alkane>, find, y, the ...

oltre 7 anni fa

Risolto


Determine the square root
Determine the square root of the value the user has entered, n.

oltre 7 anni fa

Risolto


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

oltre 7 anni fa

Risolto


Output a vector which is table of 9
Output a vector which is table of 9

oltre 7 anni fa

Risolto


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

oltre 7 anni fa

Risolto


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

oltre 7 anni fa

Risolto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

oltre 7 anni fa

Carica altro