Community Profile

photo

Khulood Alshehhi HCT 2021


Last seen: circa 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Commenter
  • Community Group Solver
  • Promoter
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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]

circa 3 anni fa

Risolto


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

circa 3 anni fa

Risolto


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

circa 3 anni fa

Risolto


Flow rate in a pipe

circa 3 anni fa

Risolto


Squares inside a square!

circa 3 anni fa

Risolto


Area of the yellow shaded region

circa 3 anni fa

Risolto


Number Power
Raise a number to itself.

circa 3 anni fa

Risolto


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

circa 3 anni fa

Risolto


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

circa 3 anni fa

Risolto


Square root of a number
Write a code that will output the square root of x.

circa 3 anni fa

Risolto


Solve system of equation!
Given provided system of equation, and find x and y. System of equation can be expressed as each term's coefficient. For exam...

circa 3 anni fa

Risolto


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

circa 3 anni fa

Risolto


square number
Square a number

circa 3 anni fa

Risolto


Divide pi
Divide pi by x!

circa 3 anni fa

Risolto


Multiply pi
Multiply pi with x!

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

circa 3 anni fa

Risolto


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

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


only input
Return the output without writing any code into the function.

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


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


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

circa 3 anni fa

Risolto


convert lll

circa 3 anni fa

Risolto


convert ll

circa 3 anni fa

Risolto


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

circa 3 anni fa

Risolto


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

circa 3 anni fa

Risolto


Calculate square and cube of number
Calculate square and cube of number x

circa 3 anni fa

Risolto


area

circa 3 anni fa

Carica altro