Community Profile

photo

Vishnu


Last seen: 16 giorni fa Attivo dal 2023

Followers: 0   Following: 0

Statistiche

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


Converts numbers into characters
Converts numbers into characters

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


to the 2 all elements
to the 2 all elements

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


Draw a '0' in a one matrix!

circa un anno fa

Risolto


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. For...

circa un anno fa

Risolto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

circa un anno fa

Risolto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

circa un anno fa

Risolto


Create a vector
Create a vector from 0 to n by intervals of 2.

circa un anno fa

Risolto


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

circa un anno fa

Risolto


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

circa un anno fa

Risolto


Find max
Find the maximum value of a given vector or matrix.

circa un anno fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

circa un anno fa

Risolto


Inner product of two vectors
Find the inner product of two vectors.

circa un anno fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

circa un anno fa

Risolto


Laws of motion 6

circa un anno fa

Risolto


Laws of motion 5

circa un anno fa

Risolto


Total energy

circa un anno fa

Risolto


Potential energy calculation

circa un anno fa

Risolto


Kinetic energy calculation

circa un anno fa

Risolto


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

circa un anno fa

Risolto


Laws of motion 3

circa un anno fa

Risolto


Laws of motion 2

circa un anno fa

Risolto


Laws of motion 1

circa un anno fa

Carica altro