[ww-bugs] Bug 2465: New: Typo

bugzilla-daemon at webwork.maa.org bugzilla-daemon at webwork.maa.org
Wed Oct 3 10:32:29 EDT 2012


http://bugs.webwork.maa.org/show_bug.cgi?id=2465

           Summary: Typo
           Product: Problem libraries
           Version: unspecified
          Platform: PC
               URL: /opt/webwork/courses/math309fall2012/templates/Library
                    /Rochester/setLinearAlgebra14TransfOfRn/ur_la_14_22.pg
                    _with_problemSeed=80
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Library
        AssignedTo: jj at asu.edu
        ReportedBy: blake at math.wustl.edu
        Web browser ---
           version:


Here is how it reads:
@transf = ("The orthogonal projection onto the \(xy\)-plane",
           "The orthogonal projection onto the \(yz\)-plane",
           "The orthogonal projection onto the \(xz\)-plane",
           "The orthogonal projection onto the \(x\)-axis",
           "The orthogonal projection onto the \(y\)-axis",
           "The orthogonal projection onto the \(y\)-axis",
           "The reflection in the \(z\)-axis",
           "The reflection in the \(x\)-axis",
           "The reflection in the \(y\)-axis",
           "The reflection in the \(yz\)-plane",
           "The reflection in the \(xz\)-plane",
           "The reflection in the \(xy\)-plane");

I haven't checked everything, but line 6 chould be changed to z axis:
@transf = ("The orthogonal projection onto the \(xy\)-plane",
           "The orthogonal projection onto the \(yz\)-plane",
           "The orthogonal projection onto the \(xz\)-plane",
           "The orthogonal projection onto the \(x\)-axis",
           "The orthogonal projection onto the \(y\)-axis",
           "The orthogonal projection onto the \(z\)-axis",
           "The reflection in the \(z\)-axis",
           "The reflection in the \(x\)-axis",
           "The reflection in the \(y\)-axis",
           "The reflection in the \(yz\)-plane",
           "The reflection in the \(xz\)-plane",
           "The reflection in the \(xy\)-plane");

Thanks.

-- 
Configure bugmail: http://bugs.webwork.maa.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the webwork-bugs mailing list