Community Profile

photo

Zaid Al-Dailami


Last seen: 7 giorni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Quiz Master
  • Scholar
  • Puzzler
  • Curator
  • Leader
  • Cody Problems in Japanese Master
  • Speed Demon
  • Creator
  • Cody 10th Anniversary 10-Day Streak
  • Draw Letters
  • CUP Challenge Master
  • Promoter

Visualizza badge

Feeds

Visto da

Risolto


UICBioE240 problem 1.6
Find the tangent line of a right triangle given the two of the sides. So if A = [1 1] B = sqrt(2)

9 giorni fa

Risolto


UICBioE240 problem 1.5
Find the size of the matrix, then multiply both values by 10 and make it into a column vector. So if A = [ 1 2 3; ...

9 giorni fa

Risolto


UICBioE240 2.10
Given a vector of numbers, give the difference between the maximum and minimum values.

9 giorni fa

Risolto


UICBioE240 problem 1.14
Solve 3^x = 17

9 giorni fa

Risolto


factorial
calculate x!

9 giorni fa

Risolto


Upper case and lower case!

9 giorni fa

Risolto


Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];

9 giorni fa

Risolto


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

9 giorni fa

Risolto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

9 giorni fa

Risolto


Determine the length of a string of characters
Determine the length of a string of characters

9 giorni fa

Risolto


Weighted average
Compute the weighted average Y, of the vector A, given the weight vector W. The weighted average is the sum of the dot produc...

9 giorni fa

Risolto


Calculate cosine without cos(x)
Solve cos(x). The use of the function cos() and sin() is not allowed.

9 giorni fa

Risolto


Calculate the Distance to Source of Lightning
Lightning discharge heats air rapidly with lightning channels reaching temperatures of up to 50,000 degrees Fahrenheit (which is...

9 giorni fa

Risolto


Tabuada
Dado um inteiro N, retorne um vetor contendo a tabuada de N de 1 a 10; ex: Tabuada(5) = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50...

9 giorni fa

Risolto


Values in Array
How many values are in the array

9 giorni fa

Risolto


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

9 giorni fa

Risolto


Find remainder when x is divided by 3
Find remainder when x is divided by 3

9 giorni fa

Risolto


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

9 giorni fa

Risolto


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

10 giorni fa

Risolto


Find 100 from a Matrix and Replace With 0 with less computation time
pls use this matrix x = [208 40 167 180 112 70 192 215 90 19 231 100 9 100 97 100 ...

10 giorni fa

Risolto


All your base are belong to us
Find the base _b_ logarithm of the input decimal number _x_. Express the output as a decimal number. The first argument is the n...

10 giorni fa

Risolto


Back to basics 9 - Indexed References
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix and row and column, output the index of th...

10 giorni fa

Risolto


UICBioE240 problem 1.4
So if A = [ 1 2 3; 4 5 6; 7 8 9] B = [ 3 3]

10 giorni fa

Risolto


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

10 giorni fa

Risolto


step function

10 giorni fa

Risolto


STOP that car!!!
The maximum allowed speed for this road is 100. Find the cars that didn't observe the speed limit Arrest and fine them!!!

10 giorni fa

Risolto


Back to basics 1 - Saving
Covering some basic topics I haven't seen elsewhere on Cody. Given an input variable 'x', save it to disk in a file named 'co...

10 giorni fa

Risolto


03 - Matrix Variables 5
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3e.png>>

10 giorni fa

Risolto


02 - Vector Variables 4
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2d.png>> (Logarithmically spaced numbers between 1 and 1...

10 giorni fa

Risolto


07 - Common functions and indexing 6
Create a variable _m_ as a magic square with the size 6 x 6 Magic squares are defined as square matrices, where the sum of a...

10 giorni fa

Carica altro