Community Profile

photo

Fuad


Last seen: 1년 초과 전 2022년부터 활동

통계

  • CUP Challenge Master
  • Commenter
  • Community Group Solver
  • Introduction to MATLAB Master
  • Promoter
  • Solver

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

1년 초과 전

문제를 풀었습니다


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

1년 초과 전

문제를 풀었습니다


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

1년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

1년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

1년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

1년 초과 전

문제를 풀었습니다


Laws of motion 3

1년 초과 전

문제를 풀었습니다


Total energy

1년 초과 전

문제를 풀었습니다


Potential energy calculation

1년 초과 전

문제를 풀었습니다


Kinetic energy calculation

1년 초과 전

문제를 풀었습니다


Laws of motion 1

1년 초과 전

문제를 풀었습니다


Laws of motion 2

1년 초과 전

문제를 풀었습니다


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

1년 초과 전

문제를 풀었습니다


Laws of motion 5

1년 초과 전

문제를 풀었습니다


Laws of motion 6

1년 초과 전

문제를 풀었습니다


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

1년 초과 전

문제를 풀었습니다


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

1년 초과 전

문제를 풀었습니다


Draw a '0' in a one matrix!

1년 초과 전

문제를 풀었습니다


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

1년 초과 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

1년 초과 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

1년 초과 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

1년 초과 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

1년 초과 전

문제를 풀었습니다


the average value of the elements
Calculate the average value of the elements in the array

1년 초과 전

문제를 풀었습니다


Double all elements in the array
Duplicate all elements in the array

1년 초과 전

문제를 풀었습니다


calculate the length of matrix
input 1 array, calculate the length

1년 초과 전

문제를 풀었습니다


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

1년 초과 전

문제를 풀었습니다


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

1년 초과 전

문제를 풀었습니다


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

1년 초과 전

문제를 풀었습니다


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

1년 초과 전

더 보기