Gelöst


only multiply 1230
only multiply 1230

mehr als 7 Jahre vor

Gelöst


add 1020
just add 1020

mehr als 7 Jahre vor

Gelöst


multiply 10
just multiply 10

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


just multiply 100
just multiply

mehr als 7 Jahre vor

Gelöst


sum of all
sum all of components

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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.

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


factorial of a number x
Factorial of a number x

mehr als 7 Jahre vor

Problem


replae odd number with nan
do as recommended

mehr als 7 Jahre vor | 1 | 74 Lösungsvorschläge

Gelöst


flip up and down
flip up and down the matrix

mehr als 7 Jahre vor

Gelöst


sum
sum as rows

mehr als 7 Jahre vor

Problem


sum
sum as rows

mehr als 7 Jahre vor | 1 | 137 Lösungsvorschläge

Gelöst


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

mehr als 7 Jahre vor

Problem


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

mehr als 7 Jahre vor | 1 | 110 Lösungsvorschläge

Gelöst


find the determinent
find the determinent of a vector

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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...

mehr als 7 Jahre vor

Gelöst


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 ...

mehr als 7 Jahre vor

Gelöst


multiply 2 by 2
multiply 2 by 2

mehr als 7 Jahre vor

Gelöst


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,...

mehr als 7 Jahre vor

Gelöst


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 ...

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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...

mehr als 7 Jahre vor

Gelöst


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 ...

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Mehr laden