Community Profile

photo

Philemon Chavrier


2015년부터 활동

통계

  • Speed Demon
  • Commenter
  • Promoter
  • Solver

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


Area of a circle
Find the value for area of the circle if diameter is given

대략 9년 전

문제를 풀었습니다


times 5
Given the variable x as your input, multiply it by five and put the result in y.

대략 9년 전

문제를 풀었습니다


Population growth
Assign finalPopulation with the population size given an initial population, population growth rate, and number of years. The po...

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Equal to their cube
Tell me three real numbers that are equal to their cubes?

대략 9년 전

문제를 풀었습니다


square number
Square a number

대략 9년 전

문제를 풀었습니다


text extraction
how can i remove nontext contents from an image??????????

대략 9년 전

문제를 풀었습니다


Sum all integers from 1 to 5^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=6

대략 9년 전

문제를 풀었습니다


find the hypotenuse.
sideA=linspace(1,10,10) sideB=linspace(1,10,10) sideC=

대략 9년 전

문제를 풀었습니다


prime test
find largest 2 digit prime number

대략 9년 전

문제를 풀었습니다


Baseball Pitch Question
One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix an...

대략 9년 전

문제를 풀었습니다


Area of a rectangle
Find the area of a rectangle with sides a and b

대략 9년 전

문제를 풀었습니다


sum of the first 10 odd numbers
y = sum(first_10_odd_numbers)

대략 9년 전

문제를 풀었습니다


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Times 32
X is given as your variable. Y is your output multiplied by 32 Example x=1 y=1x32=32

대략 9년 전

문제를 풀었습니다


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

대략 9년 전

문제를 풀었습니다


Array of Ones
Create a 100 X 100 array of ones.

대략 9년 전

문제를 풀었습니다


Alkane
Given a number, x, that is equal to the number of carbon atoms in an <http://en.wikipedia.org/wiki/Alkane alkane>, find, y, the ...

대략 9년 전

문제를 풀었습니다


Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements. Example: x = [1 2 ...

대략 9년 전

문제를 풀었습니다


Find the square root of a value
Given the variable x as your input, find the square root and let the result be represented by y Examples: Input x = 4 O...

대략 9년 전

문제를 풀었습니다


Find all of the odd integers in a vector between the intergers 1 and 10.
Given vector of integers 1:10 [1 2 3 4 5 6 7 8 9 10]

대략 9년 전

문제를 풀었습니다


How to make y half of x
Making y equal to x/2.

대략 9년 전

문제를 풀었습니다


Replace every 3rd element in a vector with 4
x is a vector of undetermined length You are to replace every 3rd element with the number 4, example: x = [11 23 34 43 2 3...

대략 9년 전

문제를 풀었습니다


Carnot cycle
Carnot engine is considered the most efficient heat engine.When operated between two temperatures T1 and T2, the efficiency is g...

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

대략 9년 전

더 보기