Community Profile

photo

Khulood Alshehhi HCT 2021


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Commenter
  • Community Group Solver
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已解决


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]

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


Flow rate in a pipe

3 years 前

已解决


Squares inside a square!

3 years 前

已解决


Area of the yellow shaded region

3 years 前

已解决


Number Power
Raise a number to itself.

3 years 前

已解决


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

3 years 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


square number
Square a number

3 years 前

已解决


Divide pi
Divide pi by x!

3 years 前

已解决


Multiply pi
Multiply pi with x!

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


convert lll

3 years 前

已解决


convert ll

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


area

3 years 前

加载更多