Community Profile

photo

Simon Pilgrim


Last seen: 8 meses hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Scholar
  • Draw Letters
  • Cody Problems in Japanese Master
  • Community Group Solver
  • Promoter
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Average of square wave
given positive and negative peak , calculate dc level, 50% duty cycle

alrededor de 3 años hace

Resuelto


Max index of 3D array
Given a three dimensional array M(m,n,p) write a code that finds the three coordinates x,y,z of the Maximum value. Example ...

alrededor de 3 años hace

Resuelto


Prime number removal
remove all prime numbers from the input e.g. input = 1 2 3 4 5 6 7 8 9 10 11 12 ...

alrededor de 3 años hace

Resuelto


Select primes from the matrix.
Select primes from the matrix.

alrededor de 3 años hace

Resuelto


Area of Cylindrical Shell

alrededor de 3 años hace

Resuelto


Volume of Cylindrical Shell

alrededor de 3 años hace

Resuelto


Matrix multiplication across rows
Given matrix m, return matrix n such that, rows of n are result of multiplication of the rows of the input matrix Example ...

más de 3 años hace

Resuelto


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

más de 3 años hace

Resuelto


Write a function man that takes a row vector v and returns a matrix H as follows..
Write a function called man that takes a row vector v as an input and returns a matrix H whose first column consist of the eleme...

más de 3 años hace

Resuelto


Find the area of a square

más de 3 años hace

Resuelto


Find the Sum of matrix A

más de 3 años hace

Resuelto


Polygon in a unit circle

más de 3 años hace

Resuelto


2X MULTIPLIER

más de 3 años hace

Resuelto


Determine if input is a perfect square

más de 3 años hace

Resuelto


Find y if y is 4 times the value of x.

más de 3 años hace

Resuelto


Circle : Square

más de 3 años hace

Resuelto


Basic Addition

más de 3 años hace

Resuelto


Sum of integers numbers
Sum of the numbers from 1 to 100

más de 3 años hace

Resuelto


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

más de 3 años hace

Resuelto


Half-Swap
Given a vector with an even number of elements, rearrange it so that the elements in its first half are switched with those i...

más de 3 años hace

Resuelto


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

más de 3 años hace

Resuelto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

más de 3 años hace

Resuelto


Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...

más de 3 años hace

Resuelto


Find the mode of the given input
Find the statistical <http://en.wikipedia.org/wiki/Mode_(statistics)/ mode> of the given input. Example: If X is matr...

más de 3 años hace

Resuelto


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

más de 3 años hace

Resuelto


Find 0 in array
Given array find where there 0 is.

más de 3 años hace

Resuelto


Divide pi
Divide pi by x!

más de 3 años hace

Cargar más