photo

Michael


Last seen: 4 mois il y a Actif depuis 2025

Followers: 0   Following: 0

Statistiques

Cody

0 Problèmes
82 Solutions

RANG
N/A
of 301 955

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 472

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
6 017
of 177 675

CONTRIBUTIONS
0 Problèmes
82 Solutions

SCORE
1 008

NOMBRE DE BADGES
5

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

11 mois il y a

A résolu


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

11 mois il y a

A résolu


Square a Number
Given an input x, return y, which is equal to the square of x.

11 mois il y a

A résolu


Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.

11 mois il y a

A résolu


y equals x divided by 2
function y = x/2

11 mois il y a

A résolu


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

11 mois il y a

A résolu


A times B
A times B

11 mois il y a

A résolu


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

11 mois il y a

A résolu


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

11 mois il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

11 mois il y a

A résolu


Bruh
Return 'bruh'.

11 mois il y a

A résolu


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

11 mois il y a

A résolu


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

11 mois il y a

A résolu


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

11 mois il y a

A résolu


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

11 mois il y a

A résolu


Calculate the area of a circle
Given a circle of diameter x calculate its area

11 mois il y a

A résolu


the average value of the elements
Calculate the average value of the elements in the array

11 mois il y a

A résolu


Double all elements in the array
Duplicate all elements in the array

11 mois il y a

A résolu


easy problem
Find the last element of the array

11 mois il y a

A résolu


Find x in provided equation!
x^2-2*x+1=0 This polynomial can be expressed by using each term's coefficients, such as [1 -2 1]. Using the polynomial ...

11 mois il y a

A résolu


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

11 mois il y a

A résolu


Multiply pi
Multiply pi with x!

11 mois il y a

A résolu


raise 1/3
Raise a number to 1/3 power.

11 mois il y a

A résolu


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

11 mois il y a

A résolu


square root
Find the square root (y) of an input (x).

11 mois il y a

A résolu


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

11 mois il y a

A résolu


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

11 mois il y a

A résolu


Number Power
Raise a number to itself.

11 mois il y a

A résolu


Total energy

11 mois il y a

A résolu


Potential energy calculation

11 mois il y a

Charger plus