Solved


Find Logic 10

4 years ago

Solved


Find Logic 6

4 years ago

Solved


Find Logic 5

4 years ago

Solved


Find Logic 3

4 years ago

Solved


Find Logic 2

4 years ago

Solved


Find Logic 1

4 years ago

Solved


Digits Multiplication

4 years ago

Solved


Row sum

4 years ago

Solved


Find Logic 8

4 years ago

Solved


Find Logic 4

4 years ago

Solved


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

4 years ago

Solved


Create a function that gives a matrix like the following
x=3 y= [1 -1 -1 0 1 -1 0 0 1]; -------------------------------- x=5 y= [ 1 -1 -...

4 years ago

Solved


Set zero

4 years ago

Solved


Swap

4 years ago

Solved


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

4 years ago

Solved


cube of number
find cube of number

4 years ago

Solved


2X MULTIPLIER

4 years ago

Solved


multiply by 7

4 years ago

Solved


Row avg

4 years ago

Solved


step function

4 years ago

Solved


Multiply by 14

4 years ago

Solved


Volume of Cylinder
Find the volume of a cylinder

4 years ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

4 years ago

Solved


Area of square
Find the area of a square whose diagonal length is given as x.

4 years ago

Solved


"Power matrix" of two vectors
Given two row vectors x,y of lengths m and n (respectively), create an m x n matrix whose i,j entry is x(i)^y(j).

4 years ago

Solved


Sum of terms in a series 1 (★★★)
Given x and n, compute the following sum: |x|+|x|^(1/2)+|x|^(1/3)+|x|^(1/4)+|x|^(1/5) ... + |x|^(1/n) where ||x|| indica...

4 years ago

Load more