Community Profile

photo

Bence Cseppento


Budapest University of Technology and Economics

Last seen: alrededor de 1 mes hace Con actividad desde 2020

PhD student in electrical engineering.

Estadísticas

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

Ver insignias

Content Feed

Ver por

Resuelto


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

4 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Pregunta


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

más de 1 año hace | 2 respuestas | 0

2

respuestas

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Energy Conversion 2

más de 1 año hace

Resuelto


Energy Conversion 1

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Area Conversion 2

más de 1 año hace

Resuelto


Area Conversion 1

más de 1 año hace

Resuelto


Mass Conversion 2

más de 1 año hace

Resuelto


Mass Conversion 1

más de 1 año hace

Resuelto


Temperature Conversion 3

más de 1 año hace

Resuelto


Temperature Conversion 2

más de 1 año hace

Resuelto


Temperature Conversion 1

más de 1 año hace

Resuelto


Total energy

más de 1 año hace

Resuelto


Potential energy calculation

más de 1 año hace

Resuelto


Kinetic energy calculation

más de 1 año hace

Resuelto


Laws of motion 6

más de 1 año hace

Resuelto


Laws of motion 5

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Laws of motion 3

más de 1 año hace

Resuelto


Laws of motion 2

más de 1 año hace

Resuelto


Laws of motion 1

más de 1 año hace

Resuelto


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

casi 2 años hace

Resuelto


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

casi 2 años hace

Cargar más