Community Profile

photo

Ben

MathWorks

Last seen: 거의 2년 전 2022년부터 활동

통계

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

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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

거의 2년 전

문제를 풀었습니다


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

거의 2년 전

문제를 풀었습니다


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

거의 2년 전

문제를 풀었습니다


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

거의 2년 전

문제를 풀었습니다


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년 전

문제


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년 전 | 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년 전

문제를 풀었습니다


Sum of series IX

거의 2년 전

문제를 풀었습니다


Sum of series VIII

거의 2년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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

거의 2년 전

문제를 풀었습니다


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

거의 2년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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

거의 2년 전

문제를 풀었습니다


Total energy

거의 2년 전

문제를 풀었습니다


Potential energy calculation

거의 2년 전

문제를 풀었습니다


Kinetic energy calculation

거의 2년 전

문제를 풀었습니다


Laws of motion 6

거의 2년 전

문제를 풀었습니다


Laws of motion 5

거의 2년 전

문제를 풀었습니다


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

거의 2년 전

문제를 풀었습니다


Laws of motion 3

거의 2년 전

문제를 풀었습니다


Laws of motion 2

거의 2년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

더 보기