From 6641088b403673c3a5329e74b872860b57d3468a Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:32:50 -0600 Subject: [PATCH] vault backup: 2024-10-02 11:32:50 --- .obsidian/file-recovery.json | 4 + .obsidian/plugins/execute-code/data.json | 169 +++++++++++++++++++++ education/math/MATH1060 (trig)/Graphing.md | 3 +- 3 files changed, 175 insertions(+), 1 deletion(-) create mode 100644 .obsidian/file-recovery.json create mode 100644 .obsidian/plugins/execute-code/data.json diff --git a/.obsidian/file-recovery.json b/.obsidian/file-recovery.json new file mode 100644 index 0000000..7197548 --- /dev/null +++ b/.obsidian/file-recovery.json @@ -0,0 +1,4 @@ +{ + "intervalMinutes": 5, + "keepDays": 7 +} \ No newline at end of file diff --git a/.obsidian/plugins/execute-code/data.json b/.obsidian/plugins/execute-code/data.json new file mode 100644 index 0000000..cab2a65 --- /dev/null +++ b/.obsidian/plugins/execute-code/data.json @@ -0,0 +1,169 @@ +{ + "lastOpenLanguageTab": "c", + "timeout": 10000, + "allowInput": true, + "wslMode": false, + "shellWSLMode": false, + "onlyCurrentBlock": false, + "nodePath": "node", + "nodeArgs": "", + "jsFileExtension": "js", + "jsInject": "", + "tsPath": "ts-node", + "tsArgs": "", + "tsInject": "", + "leanPath": "lean", + "leanArgs": "", + "leanInject": "", + "luaPath": "lua", + "luaArgs": "", + "luaFileExtension": "lua", + "luaInject": "", + "dartPath": "dart", + "dartArgs": "", + "dartFileExtension": "dart", + "dartInject": "", + "csPath": "dotnet-script", + "csArgs": "", + "csFileExtension": "csx", + "csInject": "", + "pythonPath": "python", + "pythonArgs": "", + "pythonEmbedPlots": true, + "pythonFileExtension": "py", + "pythonInject": "", + "shellPath": "bash", + "shellArgs": "", + "shellFileExtension": "sh", + "shellInject": "", + "batchPath": "call", + "batchArgs": "", + "batchFileExtension": "bat", + "batchInject": "", + "groovyPath": "groovy", + "groovyArgs": "", + "groovyFileExtension": "groovy", + "groovyInject": "", + "golangPath": "go", + "golangArgs": "run", + "golangFileExtension": "go", + "goInject": "", + "javaPath": "java", + "javaArgs": "-ea", + "javaFileExtension": "java", + "javaInject": "", + "maxPrologAnswers": 15, + "prologInject": "", + "powershellPath": "powershell", + "powershellArgs": "-file", + "powershellFileExtension": "ps1", + "powershellInject": "$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding", + "powershellEncoding": "latin1", + "cargoPath": "cargo", + "cargoEvalArgs": "", + "rustInject": "", + "cppRunner": "cling", + "cppFileExtension": "cpp", + "cppInject": "", + "cppArgs": "", + "cppUseMain": false, + "clingPath": "gcc", + "clingArgs": "", + "clingStd": "c++17", + "rustFileExtension": "rs", + "RPath": "Rscript", + "RArgs": "", + "REmbedPlots": true, + "RFileExtension": "R", + "rInject": "", + "kotlinPath": "kotlinc", + "kotlinArgs": "-script", + "kotlinFileExtension": "kts", + "kotlinInject": "", + "swiftPath": "swift", + "swiftArgs": "", + "swiftFileExtension": "swift", + "swiftInject": "", + "runghcPath": "runghc", + "ghcPath": "ghc", + "ghciPath": "ghci", + "useGhci": false, + "haskellInject": "", + "mathematicaPath": "wolframscript", + "mathematicaArgs": "-file", + "mathematicaFileExtension": "wls", + "mathematicaInject": "", + "scalaPath": "scala", + "scalaArgs": "", + "scalaFileExtension": "scala", + "scalaInject": "", + "racketPath": "racket", + "racketArgs": "", + "racketFileExtension": "rkt", + "racketInject": "#lang racket", + "fsharpPath": "dotnet", + "fsharpArgs": "", + "fsharpInject": "", + "fsharpFileExtension": "fsx", + "cArgs": "", + "cUseMain": true, + "cInject": "", + "rubyPath": "ruby", + "rubyArgs": "", + "rubyFileExtension": "rb", + "rubyInject": "", + "sqlPath": "psql", + "sqlArgs": "-d -U -f", + "sqlInject": "", + "octavePath": "octave", + "octaveArgs": "-q", + "octaveFileExtension": "m", + "octaveInject": "figure('visible','off') # Necessary to embed plots", + "maximaPath": "maxima", + "maximaArgs": "-qb", + "maximaFileExtension": "mx", + "maximaInject": "", + "applescriptPath": "osascript", + "applescriptArgs": "", + "applescriptFileExtension": "scpt", + "applescriptInject": "", + "zigPath": "zig", + "zigArgs": "run", + "zigInject": "", + "ocamlPath": "ocaml", + "ocamlArgs": "", + "ocamlInject": "", + "jsInteractive": true, + "tsInteractive": false, + "csInteractive": false, + "leanInteractive": false, + "luaInteractive": false, + "dartInteractive": false, + "pythonInteractive": true, + "cppInteractive": false, + "prologInteractive": false, + "shellInteractive": false, + "batchInteractive": false, + "bashInteractive": false, + "groovyInteractive": false, + "rInteractive": false, + "goInteractive": false, + "rustInteractive": false, + "javaInteractive": false, + "powershellInteractive": false, + "kotlinInteractive": false, + "swiftInteractive": false, + "mathematicaInteractive": false, + "haskellInteractive": false, + "scalaInteractive": false, + "fsharpInteractive": false, + "cInteractive": false, + "racketInteractive": false, + "rubyInteractive": false, + "sqlInteractive": false, + "octaveInteractive": false, + "maximaInteractive": false, + "applescriptInteractive": false, + "zigInteractive": false, + "ocamlInteractive": false +} \ No newline at end of file diff --git a/education/math/MATH1060 (trig)/Graphing.md b/education/math/MATH1060 (trig)/Graphing.md index b2f361c..da90ada 100644 --- a/education/math/MATH1060 (trig)/Graphing.md +++ b/education/math/MATH1060 (trig)/Graphing.md @@ -117,7 +117,8 @@ $A$, $B$, $C$, and $D$ will have similar meanings to the cosecant function as th $A = 4$, $B = \frac{\pi}{3}$, $C = \frac{\pi}{2}$, $D = 4$ Vertical stretch: $|4| = 4$ -Period: $\frac{2\pi}{\frac{\pi}} +Period: $\frac{2\pi}{\frac{\pi}{3}} = \frac{2\pi}{1} * \frac{3}{\pi} = 6$ +Phase shift: $\frac{} | Transformation | Equation | | -------------- | ------------------------- |