math_crochet
Contains CoCalc code that generates crochet patterns for surfaces by revolution
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Repository
Contains CoCalc code that generates crochet patterns for surfaces by revolution
Basic Info
- Host: GitHub
- Owner: meganmartinez
- License: agpl-3.0
- Language: Sage
- Default Branch: main
- Size: 42 KB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
math_crochet
"Crocheting Surfaces of Revolution" contains Sage code that generates crochet patterns for surfaces by revolution. A surface by revolution is obtained by taking a function in the xy-plane and rotating it around some axis. Our program will always rotate the given function around the x-axis. Thus you should only choose functions that are positive.
For our program, your chosen function, f(x), has the following restrictions on your chosen interval from a to b: - f(x) should be strictly positive on (a,b) - f(x) should have a defined derivative on [a,b]
To use this program to create a crochet pattern for a particular surface by revolution, open the "Crocheting Surfaces of Revolution" Sage worksheet in CoCalc. - Evaluate the first block of code. - Below the first block of code are a few examples of using the code. You must define a function f(x), lowerbound a, upperbound b, stitch gauge S, row gauge R, and scale (the measurement of one unit in inches), then evaluate. - The output will be the set of crochet instructions. After the instructions, you will see the list of coordinates that correspond to each row of the crochet pattern and a plot showing your function with dots where each crochet row is placed.
Owner
- Login: meganmartinez
- Kind: user
- Repositories: 1
- Profile: https://github.com/meganmartinez
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Martinez" given-names: "Megan" - family-names: "Taylor Lipnicki" given-names: "Amanda" title: "Crocheting Surfaces of Revolution" version: 1.0.0 date-released: 2023-02-13 url: "https://github.com/meganmartinez/math_crochet"