Community Profile

photo

Eoin


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

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

mer än ett år 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...

mer än ett år 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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år 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...

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år 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...

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Add 2 Vectors

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Find square of given number
Find Square of any number

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år 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.

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år 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...

mer än ett år 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...

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Dot Product

mer än ett år ago

Solved


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

mer än ett år ago

Load more