Jump to content

Doing Mathematics with Fountain Pens?


PianoMan14

Recommended Posts

Hi,

 

I still do a fair bit by hand scribble-wise. I'm still using an open nib M width, which I roll to use the 'wrong' side of the nib for the wee little squiggles.

 

If I were doing a huge amount, then I'd go for an Estie with an M or F Posting nib. Rigid - not just 'firm'. Soft/flex nibs or even Pelikan nibs are too 'squishy'.

 

Ink: R&K 'Salix' can handle rough treatment, over-writing, HiLiting, etc. Does dry a bit quickly in the nib though, so keep the cap handy.

 

Bye,

S1

The only time you have too much fuel is when you're on fire.

 

Link to comment
Share on other sites

  • Replies 66
  • Created
  • Last Reply

Top Posters In This Topic

  • PianoMan14

    4

  • adsmith

    4

  • dmmcf

    3

  • physicsgirl

    3

I'm no mathematician (I've even forgotten the formal method of long division...), but if you can I'd recommend getting a smooth Japanese EF. Paired with a quick-drying ink that ought to mitigate any problems of both size and smudging versus pencils.

Link to comment
Share on other sites

Does it still get -1^2 wrong? :P

Well, assuming it uses Algebraic notation, it does--giving an answer of one. According to the standard order of operations, -1^2 looks like this to the computer: -(1^2). To get it to give you an answer of one, you should have to type in (-1)^2. Of course all the parentheses can get confusing; one reason why I prefer RPN.

 

Actually, even Algebraic notation should get that right -- "unary negative" (i.e. a sign applied to a number or variable) is the highest precedence operation; -1^2 is the same as (-1)^2, if the calculator or spreadsheet is programmed correctly.

Does not always write loving messages.

Does not always foot up columns correctly.

Does not always sign big checks.

Link to comment
Share on other sites

I use Excel

Does it still get -1^2 wrong? :P

Well, assuming it uses Algebraic notation, it does--giving an answer of one. According to the standard order of operations, -1^2 looks like this to the computer: -(1^2). To get it to give you an answer of one, you should have to type in (-1)^2. Of course all the parentheses can get confusing; one reason why I prefer RPN.

 

RPN Rules!

 

I used to have a huge collection of HP calculators but eventually sold off 2/3 of the collection and kept only my favorites. You guys should visit the hpmuseum.com site sometime.

Link to comment
Share on other sites

If I have to turn in the assignment I use pencil, because most professors don't want homework and tests in pen. If its notes or problems that aren't turned in I use FPs. I write with med and broad nibs, since I have large handwriting.

It's possible that what they're really after is clean, readable solutions. As others have said, crossing out on a work page, then copying to a "final" page is preferred, but that does take time. Students often prefer to use pencil and erase. It is a bit quicker, but is not necessarily more legible than just crossing out.

 

As an aside: That act of copying to a "final" page is a good way to force yourself to go through and check the solution again. It's not uncommon to have multiple "final" copies, as you find something wrong or incomplete in your supposedly correct solution. I, of course, never had to do this (*cough*).

 

As for pens, I teach physics and use a Pilot Plumix for most work these days, which includes copying over lecture notes every time I teach a particular course (forces me to re-think the material). If a Plumix nib seems a bit too big, buy a Pilot Penmanship and try that. For $15 you can get one of each and see which one you like better.

Link to comment
Share on other sites

Does it still get -1^2 wrong? :P

Well, assuming it uses Algebraic notation, it does--giving an answer of one. According to the standard order of operations, -1^2 looks like this to the computer: -(1^2). To get it to give you an answer of one, you should have to type in (-1)^2. Of course all the parentheses can get confusing; one reason why I prefer RPN.

 

Actually, even Algebraic notation should get that right -- "unary negative" (i.e. a sign applied to a number or variable) is the highest precedence operation; -1^2 is the same as (-1)^2, if the calculator or spreadsheet is programmed correctly.

 

I stand corrected--I think I was going by the principles of written mathematics instead of 'calculator' or 'computer' mathematics:

Unfortunately, there exist differing conventions concerning the unary operator − (usually read "minus"). In written or printed mathematics, the expression −32 is interpreted to mean −(32) = −9, but in some applications and programming languages, notably the application Microsoft Office Excel and the programming language bc, unary operators have a higher priority than binary operators, that is, the unary minus (negation) has higher precedence than exponentiation, so in those languages −32 will be interpreted as (−3)2 = 9. [2] . In any case where there is a possibility that the notation might be misinterpreted, it is advisable to use parentheses to clarify which interpretation is intended. (From Wikipedia)
Edited by PianoMan14

Soli Deo Gloria!

 

Void your warranty, violate a user agreement, fry a circuit, blow a fuse, poke an eye out!

 

 

Link to comment
Share on other sites

Actually, even Algebraic notation should get that right -- "unary negative" (i.e. a sign applied to a number or variable) is the highest precedence operation; -1^2 is the same as (-1)^2, if the calculator or spreadsheet is programmed correctly.

True, this has nothing to do with RPN vs. infix notation; it is a matter of some computer applications using a different order of operations (operator precedence) from that accepted in mathematics per se. See, for example, this Wikipedia page, from which I quote:

 

Unfortunately, there exist differing conventions concerning the unary operator − (usually read "minus"). In written or printed mathematics, the expression −3^2 is interpreted to mean −(3^2) = −9, but in some applications and programming languages, notably the application Microsoft Office Excel and the programming language bc, unary operators have a higher priority than binary operators, that is, the unary minus (negation) has higher precedence than exponentiation, so in those languages −3^2 will be interpreted as (−3)^2 = 9....

 

I find it inexcusable that a spreadsheet program (Excel) should deviate from accepted mathematical usage in this manner. That MS's competitors have often followed suit in the interest of compatibility is a highly dubious design decision, but somewhat easier to understand. I would argue that while bc is wrong it is so obscure that it's unlikely to do much harm, but Excel and its ilk are ubiquitous. Adding parentheses works only if one knows to do it.

 

I'll still use spreadsheets, sometimes even Excel, when required to do so, but I check their results independently. There's usually nothing more at stake than company budgets or student grades, but I'm funny that way.

Link to comment
Share on other sites

I pretty much napped and daydreamed all the way through middle school, so I never learned which operation took precedence over another. To compensate for my PDD (Precedence Deficiency Disorder) I am a parenthesis abuser. I put parentheses around everything. This saves me the trouble of remembering when I need to and when I don't. I can never remember how EXCEL (or MatLab or Mathematica or anything else) interprets things so I would never write -1^2. Instead, I always write (-1)^2.

 

Further, I'm embarrassed to admit that I do things like (100/2)/3 or 100/(2*3)instead of 100/2/3. Yes, I know it is dumb, but I'd rather be right than save a couple of parentheses. Besides, I get parentheses at a discount.

Link to comment
Share on other sites

I use Excel

Does it still get -1^2 wrong? :P

Well, assuming it uses Algebraic notation, it does--giving an answer of one. According to the standard order of operations, -1^2 looks like this to the computer: -(1^2). To get it to give you an answer of one, you should have to type in (-1)^2. Of course all the parentheses can get confusing; one reason why I prefer RPN.

 

RPN Rules!

 

I used to have a huge collection of HP calculators but eventually sold off 2/3 of the collection and kept only my favorites. You guys should visit the hpmuseum.com site sometime.

 

 

i still have my original hp35 with the initial errors around the ln2 if i remember correctly

Link to comment
Share on other sites

Does it still get -1^2 wrong? :P

Well, assuming it uses Algebraic notation, it does--giving an answer of one. According to the standard order of operations, -1^2 looks like this to the computer: -(1^2). To get it to give you an answer of one, you should have to type in (-1)^2. Of course all the parentheses can get confusing; one reason why I prefer RPN.

 

Actually, even Algebraic notation should get that right -- "unary negative" (i.e. a sign applied to a number or variable) is the highest precedence operation; -1^2 is the same as (-1)^2, if the calculator or spreadsheet is programmed correctly.

 

I stand corrected--I think I was going by the principles of written mathematics instead of 'calculator' or 'computer' mathematics:

Unfortunately, there exist differing conventions concerning the unary operator − (usually read "minus"). In written or printed mathematics, the expression −32 is interpreted to mean −(32) = −9, but in some applications and programming languages, notably the application Microsoft Office Excel and the programming language bc, unary operators have a higher priority than binary operators, that is, the unary minus (negation) has higher precedence than exponentiation, so in those languages −32 will be interpreted as (−3)2 = 9. [2] . In any case where there is a possibility that the notation might be misinterpreted, it is advisable to use parentheses to clarify which interpretation is intended. (From Wikipedia)

 

 

Actually, even Algebraic notation should get that right -- "unary negative" (i.e. a sign applied to a number or variable) is the highest precedence operation; -1^2 is the same as (-1)^2, if the calculator or spreadsheet is programmed correctly.

True, this has nothing to do with RPN vs. infix notation; it is a matter of some computer applications using a different order of operations (operator precedence) from that accepted in mathematics per se. See, for example, this Wikipedia page, from which I quote:

 

Unfortunately, there exist differing conventions concerning the unary operator − (usually read "minus"). In written or printed mathematics, the expression −3^2 is interpreted to mean −(3^2) = −9, but in some applications and programming languages, notably the application Microsoft Office Excel and the programming language bc, unary operators have a higher priority than binary operators, that is, the unary minus (negation) has higher precedence than exponentiation, so in those languages −3^2 will be interpreted as (−3)^2 = 9....

 

I find it inexcusable that a spreadsheet program (Excel) should deviate from accepted mathematical usage in this manner. That MS's competitors have often followed suit in the interest of compatibility is a highly dubious design decision, but somewhat easier to understand. I would argue that while bc is wrong it is so obscure that it's unlikely to do much harm, but Excel and its ilk are ubiquitous. Adding parentheses works only if one knows to do it.

 

I'll still use spreadsheets, sometimes even Excel, when required to do so, but I check their results independently. There's usually nothing more at stake than company budgets or student grades, but I'm funny that way.

 

Google does it mathematically.

Link to comment
Share on other sites

I have heard from many people that pencils are the cat's whiskers for math. All of my pens are M or stub, so I can't really do math with them, and have been using a Pentel P205 mechanical pencil. Do you use pencils or pens for mathematics, and if so, what pen do you use?

 

I did consider the Parker 51 because of it's hooded nib (which is extremely resistant to drying out) and the Vanishing Point.

 

I think any pen with a fine nib will do.

Link to comment
Share on other sites

I was completely ignorant of fountain pens all the way through college, but I did spend a semester doing notes with a cheap Rapidograph. Jesus, that was torture. The pen died a fast and painless death from overuse and I went back to ludicrously fine pencils (0.3mm) which is what I otherwise used.

 

IIRC, for my university physics class, all coursework was required to be written in a single unique notebook, and nothing could be erased - but pencils were allowed. I don't think they were forbidden or required.

 

I always had a problem with smudging with fine-tipped pencil leads. At 0.3 and 0.5mm, any hardness of lead that left any kind of dark mark on the paper was eventually going to smudge. If you're like me and keep your notes stored after college, this only gets worse as you transport them around.

 

That said, I find that a Lamy EF is about the widest possible nib I'm comfortable with for math, and even then, some inks make too wide a point with it. Something like a flex nib with a really fine point might be the best option. Or - hell - maybe a Tradio. You can't go wrong with felt.

Link to comment
Share on other sites

I prefer to use my two medium nibbed Lamy Safaris and a pretty bright ink like Pelikan Violet, Waterman South Sea Blue, or Diamine Ultra Green. Of course I am not solving differential equations I am writing notes for an 8th grade Math class.

 

I like a 0.7 Pental P207 lead pencil with HB lead for writing tests however.

 

 

Link to comment
Share on other sites

I did all my math work with a Pilot G2. Sadly, those were the days before I got into fountain pens.

Link to comment
Share on other sites

I use a fountain pen everyday for math. When doing homework I have a scrap paper to get all the problems done, then write them all over neatly. On math tests only my name is written in ink, the rest in pencil. As for note, I put a loose sheet of paper atop the notes I written then close the notebook so the ink would dry properly. It prevents all smudging. Just as a side note, on a TI-83/84/89 -1^2=-1.

Edited by seanpooh

Montblanc Meisterstuck 149 w/14c Binder's XXXF- Noodler's Old Manhattan Black

Link to comment
Share on other sites

As an engineering student I have no issue using a fountain pen for calculations. For me the limiting factor is my tendency to do things wrong the first few times, resulting in a very messy paper. Therefore, for pure math assignments I tend to use a pencil to preserve the possibility of erasure. Quick calculations as part of a design or analysis problem are almost always done in FP, as are transcriptions of earlier "rough" work into a final "polished" product. To me, pen conveys an air of confidence and finality in my work.

Link to comment
Share on other sites

Pentel Twist-Erase 0.5mm pencils for me. Used them all through college and still keep several around the house. One of the few mechanical pencils I've found that actually has a useful eraser.

 

I only did calculations in pen when required to for lab notebooks, etc.

Link to comment
Share on other sites

Integral symbols look kinda cool when written with an OBB. Would normally do a rough draft in pencil first then a final copy written in ink, not so often these days sadly.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Most Contributions

    1. amberleadavis
      amberleadavis
      43972
    2. PAKMAN
      PAKMAN
      35630
    3. inkstainedruth
      inkstainedruth
      31529
    4. Ghost Plane
      Ghost Plane
      28220
    5. Bo Bo Olson
      Bo Bo Olson
      27747
  • Upcoming Events

    No upcoming events found
  • Blog Comments

    • Misfit
      Oh to have that translucent pink Prera! @migo984 has the Oeste series named after birds. There is a pink one, so I’m assuming Este is the same pen as Oeste.    Excellent haul. I have some Uniball One P pens. Do you like to use them? I like them enough, but don’t use them too much yet.    Do you or your wife use Travelers Notebooks? Seeing you were at Kyoto, I thought of them as there is a store there. 
    • A Smug Dill
      It's not nearly so thick that I feel it comprises my fine-grained control, the way I feel about the Cross Peerless 125 or some of the high-end TACCIA Urushi pens with cigar-shaped bodies and 18K gold nibs. Why would you expect me or anyone else to make explicit mention of it, if it isn't a travesty or such a disappointment that an owner of the pen would want to bring it to the attention of his/her peers so that they could “learn from his/her mistake” without paying the price?
    • szlovak
      Why nobody says that the section of Tuzu besides triangular shape is quite thick. Honestly it’s the thickest one among my many pens, other thick I own is Noodler’s Ahab. Because of that fat section I feel more control and my handwriting has improved. I can’t say it’s comfortable or uncomfortable, but needs a moment to accommodate. It’s funny because my school years are long over. Besides this pen had horrible F nib. Tines were perfectly aligned but it was so scratchy on left stroke that collecte
    • stylographile
      Awesome! I'm in the process of preparing my bag for our pen meet this weekend and I literally have none of the items you mention!! I'll see if I can find one or two!
    • inkstainedruth
      @asota -- Yeah, I think I have a few rolls in my fridge that are probably 20-30 years old at this point (don't remember now if they are B&W or color film) and don't even really know where to get the film processed, once the drive through kiosks went away....  I just did a quick Google search and (in theory) there was a place the next town over from me -- but got a 404 error message when I tried to click on the link....  Ruth Morrisson aka inkstainedruth 
  • Chatbox

    You don't have permission to chat.
    Load More
  • Files






×
×
  • Create New...