Search found 2 matches

by ewald
Thu Sep 15, 2011 4:35 am
Forum: Math & Science
Topic: Long Addition in Base 16
Replies: 3
Views: 4457

Re: Long Addition in Base 16

Thank you much for the timely and helpful response - I will keep in mind the guidelines for future posts.

I implemented your code, and it indeed made the addition look how I wanted it to. However, I'm still trying to "show my work" for "carrying" in long addition (e.g. 8 + 9 = 7 with a carry of 1 ...
by ewald
Wed Sep 14, 2011 12:02 am
Forum: Math & Science
Topic: Long Addition in Base 16
Replies: 3
Views: 4457

Long Addition in Base 16

I am trying to do long addition in base 16, and I wish to show my steps in Latex. That is, I want to align the two numbers I'm adding, so that each digit lines up (which is difficult because the letters and numbers are different sizes), and I want to be able to show my carries in addition by putting ...