{"id":17968641,"url":"https://github.com/inducer/fast-alg-ie-notes","last_synced_at":"2025-03-25T10:32:31.037Z","repository":{"id":55489235,"uuid":"523103300","full_name":"inducer/fast-alg-ie-notes","owner":"inducer","description":"Lecture notes for \"Fast Algorithms and Integral Equations\"","archived":false,"fork":false,"pushed_at":"2024-04-30T20:15:20.000Z","size":15471,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T04:06:46.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inducer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-09T20:44:55.000Z","updated_at":"2024-07-14T14:55:14.000Z","dependencies_parsed_at":"2024-10-29T15:03:44.011Z","dependency_job_id":null,"html_url":"https://github.com/inducer/fast-alg-ie-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Ffast-alg-ie-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Ffast-alg-ie-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Ffast-alg-ie-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Ffast-alg-ie-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inducer","download_url":"https://codeload.github.com/inducer/fast-alg-ie-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245444310,"owners_count":20616356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T14:41:05.215Z","updated_at":"2025-03-25T10:32:26.024Z","avatar_url":"https://github.com/inducer.png","language":"Jupyter Notebook","readme":"# Fast Algorithms and Integral Equations\n\nSlides/notes and Jupyter notebook demos for an introductory course on fast algorithms\nfor potential computation and mathematics for the solution of partial differential\nequations via boundary integral equation methods.\n\n**NOTE:** The notes are still missing a few figures that were removed due to\nlicensing concerns. Those will be added in the next few weeks.\n\nOriginally developed for [CS98APK](https://relate.cs.illinois.edu/course/cs598apk-f24/)\nin the [Department of Computer Science](https://cs.illinois.edu/)\nat the [University of Illinois](https://illinois.edu/).\n\n-   [PDF](https://andreask.cs.illinois.edu/cs598apk-f24/notes.pdf) of these\n    slides/notes (see `notes` for source)\n\n-   [Demos](https://mybinder.org/v2/gh/inducer/fast-alg-ie-notes/main?filepath=demos)\n    in [Binder](https://mybinder.org/)\n\n-   The demos use annotations for [`ipython-demo-tools`](https://github.com/inducer/ipython-demo-tools).\n    A `#clear` annotation at the beginning of a code cell allows the\n    `clear-marked-inputs` subcommand of\n    [`prepare-ipynb`](https://github.com/inducer/ipython-demo-tools/blob/main/prepare-ipynb) \n    to remove the content of those input cells, maybe to use them for live coding in class.\n    The `#clear` marks themselves can be removed by that `remove-marks` subcommand.\n\n-   The notes are written in [Org mode](https://orgmode.org/), which serves as a lightweight\n    markup language over LaTeX. They're easiest to edit in Emacs, but\n    [vim-orgmode](https://github.com/jceb/vim-orgmode) will do as well.\n\n    To build the notes, you need any recent version of Emacs installed. Also make sure that\n    submodules cloned properly:\n    ```\n    git submodule update --init\n    ```\n\n    Then simply change to the `notes` subdirectory and say:\n    ```\n    ./make.sh\n    ```\n    The script will optionally make use of [`latexrun`](https://github.com/cjoach/latexrun).\n    If you get\n    ```\n    There were errors; output not updated\n    ```\n    on the first go, simply rerun `make.sh`.\n\n-   `make.sh` will generate two PDFs: `notes.pdf` and `notes-folded.pdf`.\n    They differ in whether the boxes present in the notes (containing many\n    of the most salient mathematical developments) are filled in or not.\n\n    I use the un-filled version for class and fill in the boxes by hand\n    during class using [Xournal++](https://github.com/xournalpp/xournalpp/)\n    (but equivalent notetaking applications should work just as well).\n\n## Problems and Assignments\n\nIf you can demonstrate that you are teaching a related course\nat a college or university anywhere in the world, I have\nhomework assignments and projects (some of which are autograded\nusing the [RELATE](https://github.com/inducer/relate/) system)\nthat I would be happy to share with you.\n\n## MIT License\n\nCopyright (C) 2013-2024 Andreas Kloeckner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finducer%2Ffast-alg-ie-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finducer%2Ffast-alg-ie-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finducer%2Ffast-alg-ie-notes/lists"}