Community Profile

photo

Ben

MathWorks

Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Speed Demon
  • Creator
  • Community Group Solver
  • Commenter
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已解决


Determine if integer is even
Write a function to determine if an input integer(n) is even. The output should be a boolean (true or false).

2 years 前

已解决


Calculate the weight of a cow
Initially, the cow weighs 200kg. If it gains x kg every day, how much does it weight after y days?

2 years 前

已解决


Confirm that g = 10
confirm that g is 10 by rounding it

2 years 前

已解决


Find the number of primes leq than input
Given an integer n, determine the number of primes less than or equal to n.

2 years 前

已解决


Determine if a number is divisible by two
Determine whether the number is divisible by two

2 years 前

已解决


Determine if the number is divisible by 5 or not
Given a number, return true if it is divisble by 5

2 years 前

已解决


Absolute Value of the Product of Complex Numbers
Find the absolute value (modulus) of the product of two complex numbers given by a + bi and c + di.

2 years 前

问题


Absolute Value of the Product of Complex Numbers
Find the absolute value (modulus) of the product of two complex numbers given by a + bi and c + di.

2 years 前 | 5 | 24 个解题者

已解决


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?

2 years 前

已解决


Sum of series IX

2 years 前

已解决


Sum of series VIII

2 years 前

已解决


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)

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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?

2 years 前

已解决


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

2 years 前

已解决


Total energy

2 years 前

已解决


Potential energy calculation

2 years 前

已解决


Kinetic energy calculation

2 years 前

已解决


Laws of motion 6

2 years 前

已解决


Laws of motion 5

2 years 前

已解决


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

2 years 前

已解决


Laws of motion 3

2 years 前

已解决


Laws of motion 2

2 years 前

已解决


Find matching parenthesis
One of the most indispensable things about a great text editor for programming is the ability to quickly jump between matching p...

2 years 前

已解决


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...

2 years 前

已解决


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

2 years 前

已解决


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

2 years 前

已解决


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

2 years 前

已解决


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

2 years 前

加载更多