photo

Ismam


Last seen: 15 days 前 自 2026 起处于活动状态

Followers: 5   Following: 4

统计学

Cody

0 个问题
107 个答案

排名
N/A
of 301,985

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,479

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
2,168
of 177,893

贡献数
0 个问题
107 个答案

评分
1,432

徽章数量
6

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已解决


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

19 days 前

已解决


Sum of series VIII

19 days 前

已解决


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

19 days 前

已解决


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

19 days 前

已解决


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

19 days 前

已解决


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

19 days 前

已解决


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

19 days 前

已解决


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

19 days 前

已解决


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

19 days 前

已解决


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

19 days 前

已解决


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

25 days 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

26 days 前

已解决


Find the max element of the array
Find the max element of the array

26 days 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

26 days 前

已解决


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

26 days 前

已解决


to the 2 all elements
to the 2 all elements

26 days 前

已解决


the average value of the elements
Calculate the average value of the elements in the array

26 days 前

已解决


Double all elements in the array
Duplicate all elements in the array

26 days 前

已解决


calculate the length of matrix
input 1 array, calculate the length

26 days 前

已解决


Draw a '0' in a one matrix!

26 days 前

已解决


Total energy

26 days 前

已解决


Kinetic energy calculation

26 days 前

已解决


Laws of motion 1

26 days 前

已解决


Laws of motion 2

26 days 前

已解决


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

26 days 前

已解决


Laws of motion 5
Calculate the force is u are given mass and acceleration.

26 days 前

已解决


MATLAB 101: Count the Evens
Write a MATLAB function that accepts an array of integers and returns the total count of even numbers present in the array. Note...

26 days 前

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

1 month 前

已解决


MATLAB 101: Replace Negatives with Zero
Write a MATLAB function that takes a numeric array (vector or matrix) of numbers and replaces all negative numbers with zero. Po...

1 month 前

已解决


MATLAB 101: Extract the prime numbers
Given a list of elements, extract the prime numbers from that array.

1 month 前

加载更多