photo

Nguyen Van Kien


University of Engineering and Technology - Vietnam National University

Last seen: 4년 초과 전 2021년부터 활동

Followers: 0   Following: 0

Study at University of Engineering and Technology - Vietnam National University

통계

Cody

0 문제
166 답안

순위
N/A
of 301,229

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,196

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
965
of 173,512

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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


area of a sphere

4년 초과 전

문제를 풀었습니다


Product of elements in a column

4년 초과 전

문제를 풀었습니다


multiply by 7

4년 초과 전

문제를 풀었습니다


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년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


Multiply by 14

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


Angular Velocity

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


Find Logic 17

4년 초과 전

문제를 풀었습니다


Find Logic 9

4년 초과 전

문제를 풀었습니다


Find Logic 12

4년 초과 전

문제를 풀었습니다


Find Logic 7

4년 초과 전

문제를 풀었습니다


Find Logic 3

4년 초과 전

문제를 풀었습니다


Find Logic 1

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

더 보기