Community Profile

photo

Simon Pilgrim


Last seen: 8 maanden 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

ongeveer 3 jaar 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 ...

ongeveer 3 jaar 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 ...

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


Area of Cylindrical Shell

ongeveer 3 jaar ago

Solved


Volume of Cylindrical Shell

ongeveer 3 jaar 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 ...

ongeveer 3 jaar 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.

ongeveer 3 jaar 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...

ongeveer 3 jaar ago

Solved


Find the area of a square

ongeveer 3 jaar ago

Solved


Find the Sum of matrix A

ongeveer 3 jaar ago

Solved


Polygon in a unit circle

ongeveer 3 jaar ago

Solved


2X MULTIPLIER

ongeveer 3 jaar ago

Solved


Determine if input is a perfect square

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


Circle : Square

ongeveer 3 jaar ago

Solved


Basic Addition

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar 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

ongeveer 3 jaar 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...

ongeveer 3 jaar 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)....

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar 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...

ongeveer 3 jaar 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...

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


Divide pi
Divide pi by x!

meer dan 3 jaar ago

Load more