Solved


divide by 5

11 months ago

Solved


Dot Product

11 months ago

Solved


Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A

11 months ago

Solved


Find Logic 5

11 months ago

Solved


10% Discount

11 months ago

Solved


Find Sum of array

11 months ago

Solved


Add 2 Vectors

11 months ago

Solved


Find Logic 2

11 months ago

Solved


Find Logic 27

11 months ago

Solved


add num
add two numbers a and b

11 months ago

Solved


sum numbers to some value n
sum of numbers up to a value n

11 months ago

Solved


Prime Number
Determine if a number is prime

11 months ago

Solved


Mode
Find the mode of a vector x

11 months ago

Solved


Subtraction
Given two numbers a and b subtract them

11 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

11 months ago

Solved


Remainder
Given two number a and b find the remainder when you divide a by b

11 months ago

Solved


Add two numbers
Given two numbers a and b add them together

11 months ago

Solved


Division
Given two numbers a and b divide them a/b

11 months ago

Solved


Path calculation with polynomials
Let a vector x be the input to our function. 1. If a value of an input vector element x is lower than 0, set this value to 0....

11 months ago

Solved


Find maximum value of a curve
Two vectors shall be already defined: - Input vector x (e.g. x = 0:1:10) - Result vector y (e.g. y = sin(x)) Create a n...

11 months ago

Solved


Area-01
Given the radius of the circle inscribed in a square, find the area that is not bounded by the circle but inside the square. ...

11 months ago

Solved


Area-02
Given the radius of the circle inscribed in a square, find the area of the square that can be fitted perfectly in the corner. ...

11 months ago

Solved


Area-06
The length of the side of a square is given. Draw 4 quarter-circles inside the square from 4 corners with a radius equal to the...

11 months ago

Solved


'X'avier
Given a square matrix A of size n, write a function to create a new matrix B where only the elements on the main diagonal and th...

11 months ago

Solved


Replace May with April
For instance, if the input is input_str = 'The flowers may bloom in April'; then the output is output_str = 'The flo...

11 months ago

Solved


Breaking up a chocolate bar
You've got a chocolate bar of size , and you want to break it up into bite-sized () pieces. How many steps are required to do th...

11 months ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

11 months ago

Solved


Check the 'golden prime squares' equation
Historical context In december 2023, I / Nicolas Douillet was working on prime squares properties and I found* the formula : ...

11 months ago

Solved


List even numbers whose Goldbach partition does not use the largest prime
The strong Goldbach conjecture says that every even number greater than 2 can be expressed as a sum of two prime numbers—that is...

11 months ago

Solved


Extra colors
Context In the RGB color system used by Matlab, the color is a 1 x 3 / row vector [R G B] with each value/component R, G, B in ...

11 months ago

Load more