![]() |
33s CHECKSUM issue: old/new - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: 33s CHECKSUM issue: old/new (/thread-80664.html) |
33s CHECKSUM issue: old/new - ECL - 10-28-2005 Just got a new copy of the 33s and have this problem: 33s Checksum - bill platt - 10-29-2005 Hi,
(I have one of the 1st production series). regards,
Bill
Re: 33s Checksum Resolved (LONG - code listing) - ECL - 10-29-2005
Bill, Is this a 33s vs. 32sII problem? or different 33s'? - Gene - 10-29-2005 RCL wrote: "CK: 1A60(valid only on HP33s) LN = 270" Gene: Did you mean here "valid only on new 33s" or ? I'm not aware of any changes to the checksum determination with any 33s revision, but that doesn't mean it hasn't happened, of course. If this is from a 32SII to a 33S version, then all bets are off. :-)
Gene
ECL: preformatting your posts? - Karl Schneider - 10-30-2005 ECL -- Are you using preformatting ("[pre]" using Forum special formatting), or with an HTML editor? If so, please don't becuas it really impairs legibility. Preformatting is intended for code listings. Thanks,
-- KS
format - bill platt - 10-30-2005 I was going to ask the same question.
I am curious if it is his browser rather than the "[pre]" thing
Re: format - ECL - 10-30-2005 Sorry guys, I thought I was doing everyone a favor by that. I thought carriage returns would not be preserved unless I used the [pre]. Ok, only for code listings from now :)
ECL
Re: format - Howard Owen - 10-30-2005 Quote:
Not exactly. Two carriage returns in a row will show up as one line break without [pre], so your paragraphs will break naturally without worrying about them. You can also use [nl] to get the equivilant of an (X)HTML <br/>. But [pre] will preserve every carriage return, won't collapse consecutive white space, and will switch the font to fixed rather than proportional, just as with <pre> in HTML, so it's the right choice for listings.
Re: format - James M. Prange (Michigan) - 10-30-2005 Yes, [pre]...[/pre] is perfect for program listings, tables, and so on, but it would be better not to include the ordinary text within the preformat delimiters. That way it wraps to whatever the size of the display box turns out to be, and assuming that no preformatted lines are terribly long, we won't have to scroll right to see the whole message. Also see the advanced formatting techniques.
Regards,
Edited: 30 Oct 2005, 10:45 p.m.
Re: 33s Checksum Resolved (LONG - code listing) - Brian Healy - 10-31-2005 does you program allow the consideration of a different width for the web versus the flanges (caps). I'm a structural engineer, I get into reinforcing steel wide flange (ibeams) from the AISC manual, and all of the shapes have webs that are thinner than the caps.
Re: 33s Checksum Resolved (LONG - code listing) - ECL - 10-31-2005 Brian, A nice point is that it only uses one label. My code is for any cross-sect composed of n rectangular pieces. I'll illustrate with an example of a basic I-beam, and note that I do not account for the radius at the web/flange intersection. Say you have a beam with:
Hope this helps. I've run it against some real beams and found very close to the published data. Of course, they account for radius and possible taper of web?
Composite Sections - bill platt - 11-01-2005 Hi ECL, No I remember! We talked about this some months back--and swapped programs. I also have written simple programs for this problem. I have written programs for this problem a number oftimes--1st on the 11c, then the 32s, then the 41cv---I run the 41cv using Hrastprogrammer's emulator on a 48gx. I "modularize" so that I run separate routine for each:
a: take rectangle width, height, above baseline b: solve for inertia and section modulus. Takes as input the maximum fiber distance from the baseline. c: a subrooutine that will add the area, self inertia about centroid, and distance to baseline, of any known shape--all you have to do is enter it's I, its A, and its distance from centroid to baseline. Routine (c) and (a) can be run in any order--and even after running (b)---in other words you can find intermediate results. I find these routines very useful for design work, especially if making some strange built-up sections. Also good for checking htat a spreadsheet soulution is working correctly before freezing the cells. Regards,
Bill
|