Community Profile

photo

Kerem Kutan


Last seen: 約1ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Quiz Master
  • Speed Demon
  • Creator
  • Community Group Solver
  • Commenter
  • Promoter
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

4年弱 前

問題


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

4年弱 前 | 1 | 122 個のソルバー

解決済み


Watt
Ampere x Volt = Watt

4年弱 前

問題


Watt
Ampere x Volt = Watt

4年弱 前 | 2 | 93 個のソルバー

解決済み


Mile to Kilometer
x is mile and y is km

4年弱 前

問題


Mile to Kilometer
x is mile and y is km

4年弱 前 | 0 | 134 個のソルバー

解決済み


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

4年弱 前

問題


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

4年弱 前 | 1 | 94 個のソルバー

解決済み


Polygon Interior Angle Sum
Theorem is (n−2)x180°

4年弱 前

問題


Polygon Interior Angle Sum
Theorem is (n−2)x180°

4年弱 前 | 1 | 33 個のソルバー

解決済み


Percentage
There is x liter water and y gram => z is percentage of salt in water

4年弱 前

解決済み


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

4年弱 前

問題


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

4年弱 前 | 1 | 96 個のソルバー

解決済み


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

4年弱 前

解決済み


Find the y=(1:x)
Look at the question

4年弱 前

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

4年弱 前

解決済み


Bto
Hangisi daha büyük

4年弱 前

解決済み


Which one is More bigger?
we have two input like (x,y) our output (z) must wich one is bigger input.

4年弱 前

解決済み


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

4年弱 前

解決済み


Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...

4年弱 前

解決済み


Encode Roman Numerals
Create a function taking a non-negative integer as its parameter and returning a string containing the Roman Numeral representat...

4年弱 前

解決済み


Which doors are open?
There are n doors in an alley. Initially they are all shut. You have been tasked to go down the alley n times, and open/shut the...

4年弱 前

解決済み


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

4年弱 前

解決済み


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

4年弱 前

解決済み


Problem for beginners
M is a nxm matrix. Swap the fist and the second last column with eachother. X=[1 2 3;4 5 6;7 8 9] Y=[2 1 3;5 4 6;8 7 9]

4年弱 前

解決済み


Problem for beginners
Suppose that x is a column vector, with at least a length of 6. Delete the 2., 6., and the second last row. Example: X=[1;2;3...

4年弱 前

解決済み


Box
Give the volume of a box, x is equal to the body diagonal.

4年弱 前

解決済み


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

4年弱 前

解決済み


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

4年弱 前

解決済み


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

4年弱 前

さらに読み込む