A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

11 mois il y a

A résolu


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

11 mois il y a

A résolu


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

11 mois il y a

A résolu


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

11 mois il y a

A résolu


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

11 mois il y a

A résolu


Create a vector
Create a vector from 0 to n by intervals of 2.

11 mois il y a

A résolu


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

11 mois il y a

A résolu


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

11 mois il y a

A résolu


Find max
Find the maximum value of a given vector or matrix.

11 mois il y a

A résolu


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

11 mois il y a

A résolu


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

11 mois il y a

A résolu


Find Logic 10

11 mois il y a

A résolu


Find Logic 13

11 mois il y a

A résolu


Find Logic 15

11 mois il y a

A résolu


Find Logic 17

11 mois il y a

A résolu


Find Logic 18

11 mois il y a

A résolu


Find Logic 19

11 mois il y a

A résolu


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

11 mois il y a

A résolu


Find Logic 26

11 mois il y a

A résolu


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

11 mois il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 mois il y a