Community Profile

photo

Bence Cseppento


Budapest University of Technology and Economics

Last seen: ungefär 2 månader ago Active since 2020

Followers: 0   Following: 0

PhD student in electrical engineering.

Statistics

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

View badges

Feeds

View by

Solved


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 månader ago

Solved


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 månader ago

Solved


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 månader ago

Question


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

mer än ett år ago | 2 answers | 0

2

answers

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Energy Conversion 2

mer än ett år ago

Solved


Energy Conversion 1

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Area Conversion 2

mer än ett år ago

Solved


Area Conversion 1

mer än ett år ago

Solved


Mass Conversion 2

mer än ett år ago

Solved


Mass Conversion 1

mer än ett år ago

Solved


Temperature Conversion 3

mer än ett år ago

Solved


Temperature Conversion 2

mer än ett år ago

Solved


Temperature Conversion 1

mer än ett år ago

Solved


Total energy

mer än ett år ago

Solved


Potential energy calculation

mer än ett år ago

Solved


Kinetic energy calculation

mer än ett år ago

Solved


Laws of motion 6

mer än ett år ago

Solved


Laws of motion 5

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Laws of motion 3

mer än ett år ago

Solved


Laws of motion 2

mer än ett år ago

Solved


Laws of motion 1

mer än ett år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Load more