photo

Ben

MathWorks

Last seen: mehr als 3 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Cody

1 Problem
52 Lösungen

RANG
N/A
of 301.383

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.252

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
8.858
of 174.306

BEITRÄGE
1 Problem
52 Lösungen

PUNKTESTAND
818

ANZAHL DER ABZEICHEN
9

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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?

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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.

mehr als 3 Jahre vor

Problem


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.

mehr als 3 Jahre vor | 5 | 34 Lösungsvorschläge

Gelöst


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?

mehr als 3 Jahre vor

Gelöst


Sum of series IX

mehr als 3 Jahre vor

Gelöst


Sum of series VIII

mehr als 3 Jahre vor

Gelöst


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)

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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?

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


Total energy

mehr als 3 Jahre vor

Gelöst


Potential energy calculation

mehr als 3 Jahre vor

Gelöst


Kinetic energy calculation

mehr als 3 Jahre vor

Gelöst


Laws of motion 6

mehr als 3 Jahre vor

Gelöst


Laws of motion 5

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


Laws of motion 3

mehr als 3 Jahre vor

Gelöst


Laws of motion 2

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Mehr laden