Community Profile

photo

Alyssa


Last seen: alrededor de 1 mes hace Con actividad desde 2023

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Resuelto


Negative Infinity
Round the given array a towards negative infinity.

12 meses hace

Resuelto


Positive Infinity
Round the array a towards positive infinity

12 meses hace

Resuelto


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 meses hace

Resuelto


Converts numbers into characters
Converts numbers into characters

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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 meses hace

Resuelto


Total energy

12 meses hace

Resuelto


Potential energy calculation

12 meses hace

Resuelto


Kinetic energy calculation

12 meses hace

Resuelto


Laws of motion 1

12 meses hace

Resuelto


Laws of motion 3

12 meses hace

Resuelto


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

12 meses hace

Resuelto


Laws of motion 5

12 meses hace

Resuelto


Laws of motion 2

12 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


Laws of motion 6

12 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Cargar más