ahmedibrahim6 / AsuMathLabG03

C++ project describes MATLAB software
0 stars 1 forks source link

variable declarations and matrix operations #8

Open ahmedibrahim6 opened 6 years ago

ahmedibrahim6 commented 6 years ago

calculate and store the result in the variables

A = 5.5 + 12 * sin(0.4) + 2.2^4;

L = (1.2 + 3.4 - 5.6)/(2.13.2 + 4.6) - 12.13.1 + (1.2 + 5.2)^(4/(3.2+5.6))

calculate and store the result in the matrices

X = ((C*D .+ 4)./2.1 + sqrt(D))./C.^2

Y = C^3 * sin(1./D)

Raheeqalaa96 commented 6 years ago

type.txt brackets_no.txt operation.txt

Raheeqalaa96 commented 6 years ago

raheeq.txt

iSalma commented 6 years ago

get matrix.txt

iSalma commented 6 years ago

sqrt.txt sin.txt

Raheeqalaa96 commented 6 years ago

q1.txt

/////////////////////////operation in 11 matrices/////////////////////////////