Aluminum alloys are made by adding other elements to aluminum to im prove its properties, such as hardness or tensile strength. The following table shows the composition of ve commonly used alloys, which are known by their alloy numbers (2024, 6061, and so on) [Kutz, 1999]. Obtain a matrix algorithm to compute the amounts of raw materials needed to pro duce a given amount of each alloy. Use MATLAB to determine how much raw material of each type is needed to produce 1000 tons of each alloy. Composition of aluminum alloys Alloy %Cu %Mg %Mn %Si %Zn 2024 6061 7005 0 7075 356.0 0 0.6 0 0 0 0 4.5 5.6 0 0.6 0 0 2.5 0.3 0

Respuesta :

Answer:

Cu= 60

Mg= 67

Mn= 6

Si= 76

Zn= 101

Explanation:

Solution steps :

1) Creating matrix A holds the composition of each raw material.

2) Submission of composition of each raw material.

3) Multiplying each amount by the total amount needed to be produced.

note

find the attached code

Ver imagen Hashirriaz830