Community Profile

photo

Simon Pilgrim


Last seen: 8 månader ago Active since 2019

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


Area of Cylindrical Shell

ungefär 3 år ago

Solved


Volume of Cylindrical Shell

ungefär 3 år ago

Solved


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

mer än 3 år ago

Solved


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.

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


Find the area of a square

mer än 3 år ago

Solved


Find the Sum of matrix A

mer än 3 år ago

Solved


Polygon in a unit circle

mer än 3 år ago

Solved


2X MULTIPLIER

mer än 3 år ago

Solved


Determine if input is a perfect square

mer än 3 år ago

Solved


Circle : Square

mer än 3 år ago

Solved


Basic Addition

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


Divide pi
Divide pi by x!

mer än 3 år ago

Load more