Community Profile

photo

Bence Cseppento


Budapest University of Technology and Economics

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

Followers: 0   Following: 0

PhD student in electrical engineering.

統計

All
  • Thankful Level 1
  • Cody Problems in Japanese Master
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

5ヶ月 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

7ヶ月 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7ヶ月 前

質問


Blockwise matrix addition without using more than 2 dimensions and cycles
Dear All, I am looking for a solution of blockwise matrix addition. To give a simple example, let us have A = [1,2,3,4,5,6,7,8...

1年以上 前 | 2 件の回答 | 0

2

回答

解決済み


Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...

1年以上 前

解決済み


Calculate the mean of each half of a matrix
Given a matrix with an even number of columns, n, return a 1-by-2 row vector where the first element is the mean of all the elem...

1年以上 前

解決済み


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

1年以上 前

解決済み


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

1年以上 前

解決済み


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

1年以上 前

解決済み


Energy Conversion 2

1年以上 前

解決済み


Energy Conversion 1

1年以上 前

解決済み


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

1年以上 前

解決済み


Area Conversion 2

1年以上 前

解決済み


Area Conversion 1

1年以上 前

解決済み


Mass Conversion 2

1年以上 前

解決済み


Mass Conversion 1

1年以上 前

解決済み


Temperature Conversion 3

1年以上 前

解決済み


Temperature Conversion 2

1年以上 前

解決済み


Temperature Conversion 1

1年以上 前

解決済み


Total energy

1年以上 前

解決済み


Potential energy calculation

1年以上 前

解決済み


Kinetic energy calculation

1年以上 前

解決済み


Laws of motion 6

1年以上 前

解決済み


Laws of motion 5

1年以上 前

解決済み


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

1年以上 前

解決済み


Laws of motion 3

1年以上 前

解決済み


Laws of motion 2

1年以上 前

解決済み


Laws of motion 1

1年以上 前

解決済み


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

2年弱 前

解決済み


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

2年弱 前

さらに読み込む