<< Chapter < Page | Chapter >> Page > |
I recommend that you also study the other lessons in my extensive collection of online programming tutorials. You will find a consolidated index at www.DickBaldwin.com .
As a young engineering student many years ago, I was told that when evaluating mathematical expressions, I should always embed the units in theexpression, manipulate them algebraically, and confirm that the units that survive until the end of the evaluation are correct relative to the problemspecifications.
Three good reasons
There are at least three good reasons for following this procedure:
A significant disadvantage
This is an area where blind students may be at a significant disadvantage relative to sighted students due mainly to the fact that blind students usingscreen readers and Braille displays can only see one line of text at a time. It is much easier (for me anyway) to correctly manipulate the units when theexpression is written on two or more lines.
Multiple-line format
What I mean by this is that a sighted student would typically write a fraction as a horizontal line with the numerator above the line and thedenominator below the line using superscripts to indicate exponents. The product of two fractions would typically be written in the same format with a multiplication indicator joining the twofractions.
Single-line format
A blind student constrained to seeing only one line of text at a time would probably need to write and evaluate the product of the two fractions using aformat something like that shown in Figure 1 .
Figure 1 . Single-line format. |
---|
((3*x^2)/(4*x) * (6/(4*x) = (18*x^2)/(16*x^2) = 18/16 |
With enough time and practice, I might become almost as proficient in evaluating expressions as shown in Figure 1 as in evaluating expressions in a multiple-line format, but I'm afraid that I would need a lot oftime and a lot of practice to achieve that proficiency.
We must work with what we are given
However, we must work with what we are given so the mathematical expressions in this module (and most of the other modules as well) will all be in a single-line format. The good news isthat the single-line format can usually be easily translated into a format that is suitable for evaluation using JavaScript.
Notification Switch
Would you like to follow the 'Accessible physics concepts for blind students' conversation and receive update notifications?