Week of January 29

Announcements & Reminders

If you haven’t done so already, Submit Assignment #1

Apple File Security

How to do it

Fill in the passphrase dialog box

The result…

Printing

New MFworks operations this week

Boolean operations: NOT

MFworks NOT

Boolean operations: AND

MFworks AND

and_example = "input layer 1" AND "input layer 2" ;

Boolean operations: OR

MFworks OR

or_example = "input layer 1" OR "input layer 2" ;

Combine

MFworks Combine syntax

"combine-example" = Combine "input layer 1" with "input layer 2" ;

Combine in action

Another Combine example

Cross

MFworks Cross syntax

"cross-example" = Cross "input layer 1" and "input layer 2"

Assigning 0 To 0 With 0

Assigning 1 To 1 With 0

Assigning 2 To 0 With 1

Assigning 3 To 1 With 1 ;

Cross in action

Cross

Another Cross example

Assignment #3

Assignment #3 is due
the week of Feb. 12

Remainder of today