Community Profile

photo

Simon Pilgrim


Last seen: 8 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Area of Cylindrical Shell

etwa 3 Jahre vor

Gelöst


Volume of Cylindrical Shell

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Find the area of a square

etwa 3 Jahre vor

Gelöst


Find the Sum of matrix A

etwa 3 Jahre vor

Gelöst


Polygon in a unit circle

etwa 3 Jahre vor

Gelöst


2X MULTIPLIER

etwa 3 Jahre vor

Gelöst


Determine if input is a perfect square

etwa 3 Jahre vor

Gelöst


Circle : Square

etwa 3 Jahre vor

Gelöst


Basic Addition

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Divide pi
Divide pi by x!

etwa 3 Jahre vor

Mehr laden