Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Homework 4 Solutions - Nature and Properties of Materials | CHE 294, Assignments of Chemistry

Material Type: Assignment; Class: NATURE & PROPERTIES OF MATLS; Subject: Chemical Engineering; University: University of Alabama - Huntsville; Term: Fall 2001;

Typology: Assignments

Pre 2010

Uploaded on 07/23/2009

koofers-user-q60
koofers-user-q60 🇺🇸

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CHE/MAE 294 F01 Homework 4 Solution 17.Sept.01
> restart:
Problem 1
Formulations
Use the linear algebra package. Define coordinate points as a matr ix and solution as a vector.
> with(LinearAlgebra):
Points := Matrix([[0,2,-4],[1,3,-4],[2,1,1]]); Identity := Vector([1,1,1]);
:= Points
02-4
13-4
21 1
:= Identity
1
1
1
Equatio n of Plane Solution
Use the LinearSolve package to find solution to equation of a plane.
> MIPlane := LinearSolve(Points,Identity);
:= MIPlane
5
2
-5
2
-3
2
Reduce fractions.
> MIPlane*2;
5
-5
-3
this is the (5 bar5 bar3) plane
pf3

Partial preview of the text

Download Homework 4 Solutions - Nature and Properties of Materials | CHE 294 and more Assignments Chemistry in PDF only on Docsity!

CHE/MAE 294 F01 Homework 4 Solution 17.Sept.

restart:

Problem 1

Formulations

Use the linear algebra package. Define coordinate points as a matr ix and solution as a vector.

with(LinearAlgebra):

Points := Matrix([[0,2,-4],[1,3,-4],[2,1,1]]); Identity := Vector([1,1,1]);

Points :=

Identity :=

Equatio n of Plane Solution

Use the LinearSolve package to find solution to equation of a plane.

MIPlane := LinearSolve(Points,Identity);

MIPlane :=

Reduce fractions.

MIPlane*2;

this is the (5 bar5 bar3) plane

Cross Product Solution

Determine Miller indices of vectors along edge of plane.

VA := <Points[2,1]-Points[1,1],Points[2,2]-Points[1,2],Points[2,3]-Points[1,3]>;

VA :=

VB := <Points[3,1]-Points[1,1],Points[3,2]-Points[1,2],Points[3,3]-Points[1,3]>;

VB :=

Take cross products of vectors.

CrossProduct(VA,VB);

this way also gives the (5 bar5 bar3) plane

Problem 2

The plane is shown in the picture below. In order to have the correct answer to this question, you

must label the x, y, and z axes correctly using the right hand rule and put the plane in the proper

quadrant of the x, y, z axes.

x

y

z