Community Profile

photo

Oscar Carrillo


Last seen: 9 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Community Group Solver
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Total energy

circa 3 anni fa

Risolto


Potential energy calculation

circa 3 anni fa

Risolto


Kinetic energy calculation

circa 3 anni fa

Risolto


Laws of motion 6

circa 3 anni fa

Risolto


Laws of motion 5

circa 3 anni fa

Risolto


Laws of motion 4

circa 3 anni fa

Risolto


Laws of motion 3

circa 3 anni fa

Risolto


Laws of motion 2

circa 3 anni fa

Risolto


Laws of motion 1

circa 3 anni fa

Risolto


Times 3 problem
When you enter the number, it should return the number multiplied by 3

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

circa 3 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

circa 3 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

circa 3 anni fa

Risolto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

circa 3 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

circa 3 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 3 anni fa

Risolto


Return area of square
Side of square=input=a Area=output=b

circa 3 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

circa 3 anni fa