photo

Nguyen Van Kien


University of Engineering and Technology - Vietnam National University

Last seen: 5年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

Study at University of Engineering and Technology - Vietnam National University

統計

Cody

0 問題
166 解答

ランク
N/A
of 302,044

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,510

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
977
of 178,376

コントリビューション
0 問題
166 解答

スコア
2,413

バッジ数
14

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Project Euler I
  • Draw Letters
  • CUP Challenge Master
  • MATLAB Central Treasure Hunt Finisher
  • Promoter
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

5年弱 前

解決済み


Log of a number
Write a script that will give the log of x as output.

5年弱 前

解決済み


area of a sphere

5年弱 前

解決済み


Product of elements in a column

5年弱 前

解決済み


multiply by 7

5年弱 前

解決済み


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

5年弱 前

解決済み


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年弱 前

解決済み


Multiply by 14

5年弱 前

解決済み


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

5年弱 前

解決済み


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

5年弱 前

解決済み


Number of digits in an integer
Specifies how many digits in a given integer. Example: in=100 ==> out=3

5年弱 前

解決済み


Largest Prime Number
Given a matrix X, find the largest prime number in X.

5年弱 前

解決済み


Angular Velocity

5年弱 前

解決済み


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

5年弱 前

解決済み


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

5年弱 前

解決済み


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

5年弱 前

解決済み


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

5年弱 前

解決済み


Return fibonacci sequence do not use loop and condition
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: ...

約5年 前

解決済み


Find the next Fibonacci number
In the sequence of Fibonacci numbers, every number is the sum of the two preceding ones: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55...

約5年 前

解決済み


Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...

約5年 前

解決済み


Find Logic 17

約5年 前

解決済み


Find Logic 9

約5年 前

解決済み


Find Logic 12

約5年 前

解決済み


Find Logic 7

約5年 前

解決済み


Find Logic 3

約5年 前

解決済み


Find Logic 1

約5年 前

解決済み


Scoring for oriented dominoes
Given a list of ordered pairs, and the order they should be placed in a line, find the sum of the absolute values of the differe...

約5年 前

解決済み


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

約5年 前

解決済み


Find vampire numbers
A <http://en.wikipedia.org/wiki/Vampire_number vampire number> is a number v that is the product of two numbers x and y such th...

約5年 前

解決済み


Numbers with prime factors 2, 3 and 5.
Make a function which takes one positive integer n and returns a matrix with the numbers of the form (2^i)*(3^j)*(5^k) which are...

約5年 前

さらに読み込む