Community Profile

photo

Alyssa


Last seen: ongeveer een maand ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Community Group Solver
  • Commenter
  • Introduction to MATLAB Master
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

12 maanden ago

Solved


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

12 maanden ago

Solved


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

12 maanden ago

Solved


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

12 maanden ago

Solved


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

12 maanden ago

Solved


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

12 maanden ago

Solved


Project Euler: Problem 10, Sum of Primes
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below the input, N. Thank you <http:/...

12 maanden ago

Solved


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

12 maanden ago

Solved


Negative Infinity
Round the given array a towards negative infinity.

12 maanden ago

Solved


Positive Infinity
Round the array a towards positive infinity

12 maanden ago

Solved


Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...

12 maanden ago

Solved


Converts numbers into characters
Converts numbers into characters

12 maanden ago

Solved


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

12 maanden ago

Solved


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

12 maanden ago

Solved


Total energy

12 maanden ago

Solved


Potential energy calculation

12 maanden ago

Solved


Kinetic energy calculation

12 maanden ago

Solved


Laws of motion 1

12 maanden ago

Solved


Laws of motion 3

12 maanden ago

Solved


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

12 maanden ago

Solved


Laws of motion 5

12 maanden ago

Solved


Laws of motion 2

12 maanden ago

Solved


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

12 maanden ago

Solved


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

12 maanden ago

Solved


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

12 maanden ago

Solved


Laws of motion 6

12 maanden ago

Solved


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

12 maanden ago

Solved


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

12 maanden ago

Solved


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

12 maanden ago

Solved


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

12 maanden ago

Load more