Risolto


UICBioE240 problem 1.13
Compute the following - y = x^5/(x^-1) and y = (1-(1/x^5))^-1. Have the final answer of y to equal a 1 by 2 vector.

oltre un anno fa

Risolto


04 - Scalar Equations 1
Define the variable a: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> Use this to calculate x: <<http://samle.dk/STTBD...

oltre un anno fa

Risolto


Multiply pi
Multiply pi with x!

oltre un anno fa

Risolto


Find the "ordinary" or Euclidean distance between A and Z
A, B and Z define three points in the 3D _Euclidean_ space of the form: A = [x1;y1;0]; B = [x2;y2;0]; Z = [x2;y2;z]; Find th...

oltre un anno fa

Risolto


modulus of a number
find the modulus of a given number

oltre un anno fa

Risolto


A quadrant matrix
Write a function called quadrants that takes as its input argument a scalar integer named n. The function returns Q, a 2n-by-2n ...

oltre un anno fa

Risolto


imaginary

oltre un anno fa

Risolto


Find and replaces spaces from a input string with *
For a given input string str, find how many spaces are there in the string and replace those spaces with * e.g. str = 'this is ...

oltre un anno fa

Risolto


Sort in descending order.

oltre un anno fa

Risolto


Rotate counterclockwise a matrix 90 deg with left-bottom element
Example: Input [ 1 2 3 4 5 6 ] Output [ 3 6 2 5 1 4 ]

oltre un anno fa

Risolto


Square wave average calculation
Given its peak and duty cycle, calculate avg value of square wave

oltre un anno fa

Risolto


determine if
determine if the elements of a matrix is a nan and return true

oltre un anno fa

Risolto


NaN

oltre un anno fa

Risolto


02 - Vector Variables 5
_eVec_ = _Hello_ ( _eVec_ is a string, which is a vector of characters )

oltre un anno fa

Risolto


sign function

oltre un anno fa

Risolto


Neural Net: Best Index of Prediction array
The final ouput of a neural net application is a Prediction matrix/vector,P, that gives the probability of the input being of a ...

oltre un anno fa

Risolto


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

oltre un anno fa

Risolto


divide by 5

oltre un anno fa

Risolto


Number Puzzle - 041

oltre un anno fa

Risolto


Given length x find the area y of the square
Given length x find the area y of the square

oltre un anno fa

Risolto


Battery Charge Efficiency Calculation
In a Battery Management System (BMS), the efficiency of battery charging can be estimated using the formula: where: is the...

oltre un anno fa

Risolto


Battery Life Estimation for a Device
A battery-powered device consumes a constant current while operating. The estimated battery life (T) can be calculated using the...

oltre un anno fa