Community Profile

photo

Eoin


Last seen: 1 year ago Active since 2022

Statistics

  • Introduction to MATLAB Master
  • Solver

View badges

Content Feed

View by

Solved


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

1 year ago

Solved


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

1 year ago

Solved


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

1 year ago

Solved


Convert degrees to radians
Given input in degrees, output to radians

1 year ago

Solved


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

1 year ago

Solved


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

1 year ago

Solved


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

1 year ago

Solved


raise 1/3
Raise a number to 1/3 power.

1 year ago

Solved


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

1 year ago

Solved


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

1 year ago

Solved


Add 2 Vectors

1 year ago

Solved


Cos Function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

1 year ago

Solved


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

1 year ago

Solved


Find square of given number
Find Square of any number

1 year ago

Solved


Finding the 9th power of a variable
Getting aquainted with finding the 9th power of a variable

1 year ago

Solved


Finding the 8th power of a variable
Getting aquainted with finding the 8th power of an element.

1 year ago

Solved


How to find a 7th power of a variable
Getting aquainted with finding the 7th power of a variable.

1 year ago

Solved


How to find the 5th power of a variable
Getting an aquaintance of how to find the 5th power of a variable

1 year ago

Solved


How to find the sixth power of a variable
Getting an aquainatance of finding the sixth power of a variable.

1 year ago

Solved


How to find the 4th power of a variable
Getting an aquaintance on how to solve for the 4th power of a variable.

1 year ago

Solved


How to cube root something
An aquaintance on how to cube root an element

1 year ago

Solved


How to square root something
A practice problem to get you aquainted with how to square root something.

1 year ago

Solved


How to square something
Looking to see if something could be squared from the code you created from the input of x

1 year ago

Solved


Simple Interest : Calculate annual simple interest rate
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

1 year ago

Solved


Simple Interest : Calculate Present Value
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

1 year ago

Solved


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

1 year ago

Solved


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

1 year ago

Solved


Convert radians to degrees
Given input in radians, output to degrees

1 year ago

Solved


Dot Product

1 year ago

Solved


Calculate the area of a circle
Given a circle of diameter x calculate its area

1 year ago

Load more