![]() |
![]() |
#1 |
Join Date: Nov 2024
Location: Northern Midwest, North America
|
![]()
Today, I was looking at the Containers and Storage article over and over. I needed to create an equation to quickly calculate costs and weights by inputting an amount of cups into a cell in Excel. I could not, for the life of me, get one that would work. Does anyone know the best way to do this, or is there an algorithm or equation already made for this?
__________________
I apologize for my idiocy in advance. I run a GURPS (and other things) blog started very recently. |
![]() |
![]() |
![]() |
#2 |
Join Date: Aug 2004
Location: Seattle, WA
|
![]()
A1: <price for 1 cup>
A2: <weight for 1 cup> A3: <number of cups> A4: A3^(2/3) * A1 A5: A3^(2/3) * A2 A4 is your price A5 is your weight
__________________
seasong |
![]() |
![]() |
![]() |
#3 |
Join Date: Aug 2004
Location: Seattle, WA
|
![]()
Note that the final values were rounded off in Low-Tech, but this will give you close numbers.
__________________
seasong |
![]() |
![]() |
![]() |
#4 | |
Join Date: Jan 2006
Location: Central Europe
|
![]() Quote:
__________________
"It is easier to banish a habit of thought than a piece of knowledge." H. Beam Piper This forum got less aggravating when I started using the ignore feature |
|
![]() |
![]() |
![]() |
#5 |
☣
Join Date: Sep 2004
Location: Southeast NC
|
![]()
I seem to recall one from the html era of Pyramid. Can't recall any specifics from it, though, and my archives were lost long ago.
__________________
RyanW - Actually one normal sized guy in three tiny trenchcoats. |
![]() |
![]() |
![]() |
#6 | |
Join Date: Nov 2024
Location: Northern Midwest, North America
|
![]()
I ended up contacting Author Matt Riggsby about it. His advice and response is quoted below.
Quote:
__________________
I apologize for my idiocy in advance. I run a GURPS (and other things) blog started very recently. |
|
![]() |
![]() |
![]() |
#7 |
Join Date: Jun 2013
|
![]()
If you want something that's just plug-and-play, a quick look gave pretty decent R^2 values with linear trendlines (somewhere north of 0.98; polynomial gave a bit over 0.99, but was more complicated and there's at least one - earthenware - where going much above the maximum size listed in LT actually caused weight to start going down, eventually becoming negative). For that, you can write out the volumes (I suggest just converting everything to cups - a quart is 4 cups and a gallon is 16) in one column and the weights from the books in another, then used =SLOPE() and =INTERCEPT() to get the relevant parts of the equation; the result will be Weight = Volume*SLOPE + INTERCEPT (provided you used Volume for x and Weight for y). Note most of the results won't match the book values; if going this route, you may want to only use those values for making the equation but then use the equation for anything the characters opt to make.
Note also this means the wall thickness of the container is increasing as the contained volume goes up, while the previous suggestion of using the 2/3 power I believe means the wall thickness is staying the same (it's having weight increase with surface area rather than with contained volume). The reality is probably somewhere between the two - wall thickness does need to increase as contained volume goes up, but not as rapidly as is seen with linear scaling. But linear is nice and simple to use.
__________________
GURPS Overhaul |
![]() |
![]() |
![]() |
Tags |
low-tech |
Thread Tools | |
Display Modes | |
|
|