photo

Khulood Alshehhi HCT 2021


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

Followers: 0   Following: 0

统计学

Cody

0 个问题
251 个答案

排名
N/A
of 301,153

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
839
of 173,067

贡献数
0 个问题
251 个答案

评分
2,651

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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]

5 years 前

已解决


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

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

5 years 前

已解决


Flow rate in a pipe

5 years 前

已解决


Squares inside a square!

5 years 前

已解决


Area of the yellow shaded region

5 years 前

已解决


Number Power
Raise a number to itself.

5 years 前

已解决


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

5 years 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

5 years 前

已解决


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

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

5 years 前

已解决


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

5 years 前

已解决


square number
Square a number

5 years 前

已解决


Divide pi
Divide pi by x!

5 years 前

已解决


Multiply pi
Multiply pi with x!

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

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

5 years 前

已解决


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

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

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

5 years 前

已解决


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

5 years 前

已解决


convert lll

5 years 前

已解决


convert ll

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


area

5 years 前

加载更多