photo

Simon Pilgrim


Last seen: 2 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
837 个答案

排名
N/A
of 300,950

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,120

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
170
of 171,885

贡献数
0 个问题
837 个答案

评分
7,982

徽章数量
16

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


Area of Cylindrical Shell

5 years 前

已解决


Volume of Cylindrical Shell

5 years 前

已解决


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

5 years 前

已解决


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.

5 years 前

已解决


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

5 years 前

已解决


Find the area of a square

5 years 前

已解决


Find the Sum of matrix A

5 years 前

已解决


Polygon in a unit circle

5 years 前

已解决


2X MULTIPLIER

5 years 前

已解决


Circle : Square

5 years 前

已解决


Basic Addition

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


Divide pi
Divide pi by x!

5 years 前

加载更多