two friends went to a restaurant and ordered one plain pizza and two sodas. their bill totaled $15.95. later that day, five frie
nds went to the alsame restaurant. they ordered three plain pizzas and each person had one soda. their bill totaled $45.90. write and solve a system of equations to determine the price of one plain pizza?
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector