<< Chapter < Page Chapter >> Page >
Learn how to display column matrices in a graphical format to make it easier to visualize them.

Table of contents

Preface

This module is one in a collection of modules designed for teaching GAME2302 Mathematical Applications for Game Development at Austin Community College in Austin, TX.

What you have learned

In the previous module, you learned:

  • How to compare column matrices for equality
  • How to compare two points for equality
  • How to compare two vectors for equality
  • How to add one column matrix to another
  • How to subtract one column matrix from another
  • How to get a displacement vector from one point to another.

What you will learn

In this module, you will learn how to display column matrices in a graphical format. This may help you to get a better grasp of the nature of column matricesand the results of adding, subtracting, and comparing them.

Viewing tip

I recommend that you open another copy of this module in a separate browser window and use the following links to easily find and view the Figuresand Listings while you are reading about them.

Figures

  • Figure 1 . Sample graphical program output.
  • Figure 2 . Text output from the program.
  • Figure 3 . Graphical output for equal vectors.
  • Figure 4 . Text output for equal vectors.
  • Figure 5 . Graphic output from Exercise 01.

Listings

  • Listing 1 . Beginning of the method named displayColumnMatrices.
  • Listing 2 . Use the slider values to create the two matrices.
  • Listing 3 . Add and subtract the matrices.
  • Listing 4 . Display text information about the matrices.
  • Listing 5 . Create mathematical points.
  • Listing 6 . Create mathematical displacement vectors.
  • Listing 7 . Produce a graphical representation of the displacement vectors.
  • Listing 8 . Source code for the program named ColMatrixVis01.

Preview

Abstract mathematical concepts are often easier to grasp if you can visualize them in graphical format. For example, the nature of the followingequation often becomes more apparent once you learn that it is the equation of a straight line.

y = m*x + b

Similarly, the nature of the following equation often becomes more apparent once you learn that it is the equation of a parabola and you learn the generalshape of a parabola.

y = x^2 + k

where x^2 indicates x raised to the second power.

As mentioned earlier, in this module, you will learn how to display column matrices in a graphical format. This may help you to get a better grasp of the nature of column matricesand the results of adding, subtracting, and comparing them.

I will present and explain an interactive program that behaves as follows:

Two column matrices are created using values obtained from the sliders shown at the bottom of Figure 1 . One matrix is named redMatrix and the other matrix is named greenMatrix .

Figure 1 Sample graphical program output.

Missing image.

Two additional column matrices are created by adding and subtracting the original matrices.The matrix created by adding the red and green matrices is named blueMatrix . The matrix created by subtracting the green matrix from the red matrix is named orangeMatrix .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Game 2302 - mathematical applications for game development. OpenStax CNX. Jan 09, 2016 Download for free at https://legacy.cnx.org/content/col11450/1.33
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Game 2302 - mathematical applications for game development' conversation and receive update notifications?

Ask