<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Notes on lecture-notes</title><link>https://rrkurnova.github.io/lecture-notes/notes/</link><description>Recent content in Notes on lecture-notes</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 17 Sep 2023 07:44:00 +0700</lastBuildDate><atom:link href="https://rrkurnova.github.io/lecture-notes/notes/index.xml" rel="self" type="application/rss+xml"/><item><title>hello world</title><link>https://rrkurnova.github.io/lecture-notes/0048/</link><pubDate>Sun, 17 Sep 2023 07:44:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0048/</guid><description>chart.js animation with svg svg diagram youtube image table link list equation quote bold &amp;amp; italics 1st section 2nd section 3rd section chart.js Link to heading animation with svg Link to heading svg Link to heading diagram Link to heading flowchart LR B --> I &amp; P --> O &amp; E B(("Begin")) I[/"Input"/] P["Process"] O[/"Output"/] E(("End")) flowchart LR B --> I --> P --> O --> E B(("Begin")) I[/"Input"/] P["</description></item><item><title>svg rect</title><link>https://rrkurnova.github.io/lecture-notes/0047/</link><pubDate>Fri, 15 Sep 2023 19:43:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0047/</guid><description>predefined shapes svg rect, width, height rect, x, y rect, stroke, color, opacity (fill: none) rect, fill, color, opacity rect, animate rect, rotate rect, scale predefined shapes Link to heading There are at least seven predefined SVG shape elements that can be used, which are rectangle, circle, ellipse, line, polyline, polygon, and path (W3Schools, 2023). Here the first shape element is presented, rectangle rect element.
svg Link to heading Default values width=&amp;quot;300&amp;quot; height=&amp;quot;150&amp;quot; rect, width, height Link to heading Code {{&amp;lt; html &amp;gt;}} &amp;lt;svg style=&amp;#34;background: #eee;&amp;#34;&amp;gt; &amp;lt;rect width=&amp;#34;50&amp;#34; height=&amp;#34;50&amp;#34;&amp;gt;&amp;lt;/rect&amp;gt; &amp;lt;/svg&amp;gt; {{&amp;lt; /html &amp;gt;}} Result rect, x, y Link to heading Code {{&amp;lt; html &amp;gt;}} &amp;lt;svg style=&amp;#34;background: #eee;&amp;#34;&amp;gt; &amp;lt;rect x=&amp;#34;80&amp;#34; y=&amp;#34;40&amp;#34; width=&amp;#34;50&amp;#34; height=&amp;#34;50&amp;#34;&amp;gt;&amp;lt;/rect&amp;gt; &amp;lt;/svg&amp;gt; {{&amp;lt; /html &amp;gt;}} Result rect, stroke, color, opacity (fill: none) Link to heading Code {{&amp;lt; html &amp;gt;}} &amp;lt;svg style=&amp;#34;background: #eee;&amp;#34;&amp;gt; &amp;lt;rect x=&amp;#34;40&amp;#34; y=&amp;#34;25&amp;#34; width=&amp;#34;100&amp;#34; height=&amp;#34;60&amp;#34; style=&amp;#34; stroke: blue; stroke-width: 2px; fill: none;&amp;#34;&amp;gt; &amp;lt;/rect&amp;gt; &amp;lt;rect x=&amp;#34;70&amp;#34; y=&amp;#34;45&amp;#34; width=&amp;#34;100&amp;#34; height=&amp;#34;60&amp;#34; style=&amp;#34; stroke: blue; stroke-width: 2px; fill: none;&amp;#34;&amp;gt; &amp;lt;/rect&amp;gt; &amp;lt;rect x=&amp;#34;120&amp;#34; y=&amp;#34;65&amp;#34; width=&amp;#34;100&amp;#34; height=&amp;#34;60&amp;#34; style=&amp;#34; stroke: blue; stroke-width: 2px; stroke-opacity: 0.</description></item><item><title>shortcode html</title><link>https://rrkurnova.github.io/lecture-notes/0046/</link><pubDate>Fri, 15 Sep 2023 17:30:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0046/</guid><description>description test notes description Link to heading Include pure HTML with CSS and JS in a Markdown post using shortcode.
test Link to heading Following is a SVG image whose border is added using JS
Sorry, your browser does not support inline SVG. Hello, World! with the lines of code are
{{&amp;lt; html &amp;gt;}} &amp;lt;svg id=&amp;#34;fig1&amp;#34; height=&amp;#34;100&amp;#34; width=&amp;#34;100&amp;#34;&amp;gt; &amp;lt;circle cx=&amp;#34;50&amp;#34; cy=&amp;#34;50&amp;#34; r=&amp;#34;40&amp;#34; stroke=&amp;#34;black&amp;#34; stroke-width=&amp;#34;3&amp;#34; fill=&amp;#34;red&amp;#34; /&amp;gt; Sorry, your browser does not support inline SVG.</description></item><item><title>agent-based model and boid</title><link>https://rrkurnova.github.io/lecture-notes/0045/</link><pubDate>Fri, 15 Sep 2023 09:14:00 +0800</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0045/</guid><description> links blackboard links Link to heading alignment clustering index for boid butiran.js, a simple JS-based simulator for agent-based model blackboard Link to heading &lt;?xml version="1.0" standalone="no"?> &lt;!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> &lt;?xml version="1.0" standalone="no"?> &lt;!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"></description></item><item><title>alignment clustering index for boid</title><link>https://rrkurnova.github.io/lecture-notes/0043/</link><pubDate>Wed, 13 Sep 2023 07:40:00 +0800</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0043/</guid><description>introduction boids terminology velocities motion parameters and sets forces alignment cohesion separation wander bound containment simulation typical lengths parameters update aci results coefficients 70-10-10-00 (cohesion dominant) 10-70-10-00 (alignment dominant) 10-10-70-00 (separation dominant) 10-10-10-70 (containment dominant) aci aci-acsc aci-acscw wander influence closing conclusion future plan notes introduction Link to heading boids Link to heading Boid stands for bird-oid object, signifying how it has been used to realistically represent flocks of birds or schools of fish without any special intelligence and easily translatable, standardized behaviours (Vishwajith, 2021).</description></item><item><title>html css js</title><link>https://rrkurnova.github.io/lecture-notes/0042/</link><pubDate>Tue, 12 Sep 2023 05:32:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0042/</guid><description>an example html html + CSS (int) html + CSS (ext) html + JS (int) html + JS (ext) html + CSS (ext) + JS (ext) challenges notes an example Link to heading A HTML file can be supported by CSS and JS.
html Link to heading Pure HTML having following structure &amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;title&amp;gt;HTML only&amp;lt;/title&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;h1&amp;gt;Introduction&amp;lt;/h1&amp;gt; &amp;lt;p&amp;gt;..&amp;lt;/p&amp;gt; &amp;lt;h2&amp;gt;Some information&amp;lt;/h2&amp;gt; &amp;lt;p&amp;gt;..&amp;lt;/p&amp;gt; &amp;lt;h3&amp;gt;First information&amp;lt;/h3&amp;gt; &amp;lt;p&amp;gt;..&amp;lt;/p&amp;gt; &amp;lt;h3&amp;gt;Last information&amp;lt;/h3&amp;gt; &amp;lt;p&amp;gt;..&amp;lt;/p&amp;gt; &amp;lt;h2&amp;gt;Closing information&amp;lt;/h2&amp;gt; &amp;lt;p&amp;gt;.</description></item><item><title>collecting sand</title><link>https://rrkurnova.github.io/lecture-notes/0041/</link><pubDate>Mon, 11 Sep 2023 20:22:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0041/</guid><description>13-sep 11-sep 10-sep notes 13-sep Link to heading Air Prim-A Diamod Hills Pantai Kuta url https://maps.app.goo.gl/15Vk8yLzJExE484j8 11-sep Link to heading Teh Botol Tebing Atuh-Diamond url https://maps.app.goo.gl/eGewk2tHQPQKFiZZ9 Air Alfamart Pantai Atuh url https://maps.app.goo.gl/3tJLGeLU5G7amvE19 Air Aqua Molenteng Pelabuhan Buyuk url https://maps.app.goo.gl/4XuzYF1YHgMU4PV8A 10-sep Link to heading Air Indomaret Pantai Pandawa url https://maps.app.goo.gl/iCEzRns3TKcx4QoF8 notes Link to heading Category is only temporary and subject to change. It would be related to independent study-like course or something.</description></item><item><title>hugo-chart</title><link>https://rrkurnova.github.io/lecture-notes/0040/</link><pubDate>Sun, 10 Sep 2023 04:20:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0040/</guid><description>result refs test result Link to heading refs Link to heading hugo-chat (Shen et al., 2023) test Link to heading {{&amp;lt; chart 90 200 &amp;gt;}} { type: &amp;#39;bar&amp;#39;, data: { labels: [&amp;#39;Red&amp;#39;, &amp;#39;Blue&amp;#39;, &amp;#39;Yellow&amp;#39;, &amp;#39;Green&amp;#39;, &amp;#39;Purple&amp;#39;, &amp;#39;Orange&amp;#39;], datasets: [{ label: &amp;#39;Bar Chart&amp;#39;, data: [12, 19, 18, 16, 13, 14], backgroundColor: [ &amp;#39;rgba(255, 99, 132, 0.2)&amp;#39;, &amp;#39;rgba(54, 162, 235, 0.2)&amp;#39;, &amp;#39;rgba(255, 206, 86, 0.2)&amp;#39;, &amp;#39;rgba(75, 192, 192, 0.2)&amp;#39;, &amp;#39;rgba(153, 102, 255, 0.</description></item><item><title>simple arithmetic</title><link>https://rrkurnova.github.io/lecture-notes/0039/</link><pubDate>Sat, 09 Sep 2023 21:57:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0039/</guid><description>display code display Link to heading Simple arithmetic 0 1 2 3 4 5 6 7 8 9 + - * / 0 1 2 3 4 5 6 7 8 9 = It uses three dropdown menus, a button, and a text input but functioned as output. You can change the first and second numbers, and also the operator, then click the equality sign to obtain the result. code Link to heading It requires HTML and JS.</description></item><item><title>hugo shortcode numpad</title><link>https://rrkurnova.github.io/lecture-notes/0038/</link><pubDate>Sat, 09 Sep 2023 10:48:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0038/</guid><description>result markdown shortcode javascript result Link to heading A numpad only for numbers is can be built as follow markdown Link to heading Put following line in a Markdown file {{&amp;lt; numpad &amp;gt;}} shortcode Link to heading It is save in layouts/shortcode/numpad.html {{ $js := resources.Get &amp;#34;js/numpad.js&amp;#34; }} {{ $file := $js | resources.Minify }} {{ $url := $file.Permalink | relURL }} &amp;lt;script type=&amp;#34;text/javascript&amp;#34; src=&amp;#34;{{ $url }}&amp;#34;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;div id=&amp;#34;numpad&amp;#34;&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;script&amp;gt; numpad(); &amp;lt;/script&amp;gt; javascript Link to heading It is saved in assets/js/numpad.</description></item><item><title>hugo shortcode button</title><link>https://rrkurnova.github.io/lecture-notes/0037/</link><pubDate>Sat, 09 Sep 2023 05:05:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0037/</guid><description>introduction partials javascript button code result to-do introduction Link to heading Hugo Shortcodes are specialized markdown syntax that can be used to extend basic markdown, which can be considered as templates that can be called from Hugo markdown files to add HTML snippets to the final rendered HTML (Hicks, 2020). Shortcodes are add short snippets of Hugo code, Markdown, or HTML to a page (Chef, 2023). Shortcodes are simple snippets inside the content files calling built-in or custom templates (Lahoti, 2020).</description></item><item><title>gh pages html css js</title><link>https://rrkurnova.github.io/lecture-notes/0036/</link><pubDate>Fri, 08 Sep 2023 05:19:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0036/</guid><description>preparations reviews basics deployments svg review validation animation notes preparations Link to heading How to install Notepad++ How to install Google Chrome using offline installer Steps to create a Google account How to create a GitHub Account How to install Markdown Viewer, a Chrome extension Create account on OneCompiler Create CodePen account Install Node.js Create Medium account reviews Link to heading low code intro google drive short intro butiran.js, a simple JS-based simulator for agent-based model basics Link to heading Fork a GitHub repository and deploy its GitHub Pages site Create a GitHub repository and collaborate Some common Markdown syntaxes Short introduction to HTML HTML div element and CSS hyperlink A very simple JS example in HTML graphical programming My first web server deployments Link to heading an example on GitHub • src bugx, with Hugo on GitHub • html • src bugx, an example on Vercel svg Link to heading Scalable Vector Graphics (SVG) is an XML-based markup language for describing two-dimensional based vector graphics (mozz://a, 2023, 2023).</description></item><item><title>organizational culture</title><link>https://rrkurnova.github.io/lecture-notes/0035/</link><pubDate>Thu, 07 Sep 2023 14:03:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0035/</guid><description> slides discussion slides Link to heading Budaya Organisasi untuk Keselamatan, Keamanan, dan Perlindungan di Negara-negara Tenaga Nuklir Baru Pengenalan Ringan dan Singkat Konsep 3S Bilangan acak dan metode Monte Carlo: Pengenalan dan pemanfaatan sederhananya dalam fisika discussion Link to heading During transformation of an organization, how we can assure that the good practices are conserved merged to the new culture, e.g. BATAN in BRIN?</description></item><item><title>about scientific journal</title><link>https://rrkurnova.github.io/lecture-notes/0034/</link><pubDate>Thu, 07 Sep 2023 13:53:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0034/</guid><description> slides discussion slides Link to heading Pengelolaan Journal Ilmiah Layanan Akses Publikasi, Jenis Publikasi, Syarat Kelulusan discussion Link to heading Let&amp;rsquo;s discuss something related to above given materials.</description></item><item><title>light intro to newton's laws of motion</title><link>https://rrkurnova.github.io/lecture-notes/0033/</link><pubDate>Tue, 05 Sep 2023 07:31:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0033/</guid><description> slides frame or reference laws out of the box further exploration Newton&amp;rsquo;s laws of motion are three basic laws of classical mechanics that describe the relationship between the motion of an object and the forces acting on it (Wikipedia, 2023).
slides Link to heading m03-1: force and motion-i (part 1) m03-1: force and motion-i (part 2) frame or reference Link to heading coord sys 2d intro dot cross direction coord sys 3d proj 2d intro position is not unique frame of reference in free fall measuring angle laws Link to heading newton&amp;rsquo;s laws of motion newton&amp;rsquo;s 1st law newton&amp;rsquo;s 2nd law force due to pressure electric force magnetic force lorentz force newton&amp;rsquo;s 3rd law out of the box Link to heading Fisika dasar dan nila-nilai yang diajarkannya • video Belajar kinematika dan dinamika berbantuan JavaScript further exploration Link to heading Newton&amp;rsquo;s Laws of Motion Newton&amp;rsquo;s Laws and the causes of motion Inclined Plane with Friction, Two Masses, and a Pulley Newton&amp;rsquo;s Second Law of Motion Forces and Motion: Basics Simulation to move box and its velocity graph</description></item><item><title>m03-1: force and motion-i (part 2)</title><link>https://rrkurnova.github.io/lecture-notes/0032/</link><pubDate>Tue, 05 Sep 2023 05:23:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0032/</guid><description>Copyright © 2018 John Wiley &amp;amp; Sons, Inc. and primarily advanced by Prof. A. Iskandar.
5-3 Applying Newton&amp;rsquo;s Laws (1 of 20) Link to heading Learning Objectives
5.14 Identify Newton&amp;rsquo;s third law of motion and third-law of force pairs. 5.15 For an object that moves vertically or on a horizontal or inclined plane, apply Newton&amp;rsquo;s second law to a free-body diagram of the object. 5.16 For an arrangement where a system of several objects moves rigidly together, draw a free-body diagram and apply Newton&amp;rsquo;s second law for the individual objects and also for the system taken as a composite object.</description></item><item><title>m03-1: force and motion-i (part 1)</title><link>https://rrkurnova.github.io/lecture-notes/0031/</link><pubDate>Tue, 05 Sep 2023 04:22:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0031/</guid><description>Copyright © 2018 John Wiley &amp;amp; Sons, Inc. and primarily advanced by Prof. A. Iskandar.
5-1 Newton&amp;rsquo;s First and Second Laws (1 of 20) Link to heading Learning Objectives
5.01 Identify that a force is a vector quantity and thus has both magnitude and direction and also components. 5.02 Given two or more forces acting on the same particle, add the forces as vectors to get the net force. 5.03 Identify Newton&amp;rsquo;s first and second laws of motion.</description></item><item><title>low code intro</title><link>https://rrkurnova.github.io/lecture-notes/0030/</link><pubDate>Tue, 05 Sep 2023 03:27:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0030/</guid><description>introduction introduction Link to heading Low code technology uses drag-and-drop tools, which is both user-friendly and responsive, rather than several lines of complex code and language structure to facilitate the development and delivery of applications already with user interfaces, combinations, and informations (Oracle, 2022). It simplifies the creation of software considerably and saves time by utilizing a graphical user interface as well as predefined visual components, where software development can generally be performed up to 80 percent without writing code (IONOS, 2023).</description></item><item><title>google drive short intro</title><link>https://rrkurnova.github.io/lecture-notes/0029/</link><pubDate>Mon, 04 Sep 2023 17:44:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0029/</guid><description>google drive web vs desktop pros and cons be aware of prohibited content web apps used (most) daily google drive Link to heading It is an online strorage solution launched by Google in April 2012, which is primarily used for file storage and backup, but it is also a popular tool for project collaboration by bussinesses, schools, and individuals (Stephenson, 2021). It is a cloud-based storage solution that allows you to save files online and access them anywhere or upload files and edit them online from any smartphone, tablet, or computer securely (Nolledo, 2020).</description></item><item><title>hyperlink</title><link>https://rrkurnova.github.io/lecture-notes/0028/</link><pubDate>Sun, 03 Sep 2023 12:50:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0028/</guid><description>a link html tags html elements and tags example of tag and element element, tag, attribute, content url, uri, urn href attribute and content a link Link to heading HTML links, which are also known as hyperlinks, are used to link other web resources to an HTML document, where the resources could be web pages, websites, texts, images, or other types of media (Gupta, 2021). Links can also be used to trigger JavaScript but it is not recommended, because links that do not go anywhere should be replaced by buttons, since that is what the button element is for (Heilmann, 2019).</description></item><item><title>docx4svg v1</title><link>https://rrkurnova.github.io/lecture-notes/0027/</link><pubDate>Sat, 02 Sep 2023 20:35:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0027/</guid><description>A Microsoft Word 2007 document can be converted into SVG image using online conversion tools, where one of them is GroupDocs, which is a cloud-based document management and collaboration software that enables user to collaborate and share various documents with functionality to annotate, display, compare, e-sign, convert, and assamble documents (Lavi, 2022).
an example Link to heading Figure 1 shows an example, which is available at docx4svg/fff2f3e2.
&lt;?xml version="1.0" encoding="utf-8" standalone="</description></item><item><title>matrix intro</title><link>https://rrkurnova.github.io/lecture-notes/0026/</link><pubDate>Fri, 01 Sep 2023 05:15:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0026/</guid><description>Matrix is set of numbers arranged in rows and columns as to form a rectangular array, where the numbers are called elements or entries of the matrix (Britannica, 2023). It can also considered as a compact but general way to represent any linear transforms, such as rotations, scallings, projections that map points / lines / planes to point / lines / planes (user65203, 2018). The concept of matrix overlaps in the fields of mathematics and computer science, where elements represent data or mathematical equations, which are used as a way of providing quick approximations of more complicated calculations since they can offer accurate and quick calculations used to better control an operation regarding as a mechanical device or a computer (Monitor, 2023).</description></item><item><title>nt6094 previous materials</title><link>https://rrkurnova.github.io/lecture-notes/0025/</link><pubDate>Wed, 30 Aug 2023 20:20:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0025/</guid><description>There are slides for this course from previous semester.
slides Link to heading 2022 NT6094 Teknik Penulisan Jurnal Ilmiah (18) url https://doi.org/10.5281/zenodo.7039627. 2022 Layanan akses publikasi, jenis publikasi, syarat kelulusan (71) url https://doi.org/10.5281/zenodo.7058927. 2022 Indeks jurnal, jurnal pemangsa,akses terbuka, sitasi, kuartil (75) url https://doi.org/10.5281/zenodo.7082128. 2022 Jurnal: Pendahuluan (52) url https://doi.org/10.5281/zenodo.7103264. 2020 Pengelolaan Jurnal Ilmian (48) url https://doi.org/10.5281/zenodo.3751238. articles Link to heading 2019 Writing Has Never Been Easier: Penulisan Jurnal Ilmia (6) url http://dx.</description></item><item><title>linear regression least square</title><link>https://rrkurnova.github.io/lecture-notes/0024/</link><pubDate>Wed, 30 Aug 2023 15:02:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0024/</guid><description/></item><item><title>linear interpolation</title><link>https://rrkurnova.github.io/lecture-notes/0023/</link><pubDate>Tue, 29 Aug 2023 20:07:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0023/</guid><description>Fungsi linier yang dibuat untuk menghubungkan dua buah titik data terdekat akan menyediakan informasi sehingga titik-titik lain di antara kedua titik data tersebut dapat diperoleh menggunakan fungsi tersebut. Hal ini dengan asumsi bahwa hubungan antara variabel bebas dan terikatnya antara kedua titik data bersifat linier.
range $0$ and $1$ Link to heading Ilustrasi paling sederhana untuk interpolasi adalah mencari fungsi
$$\tag{1} f(x) = c_0 + c_1 x, \ \ \ \ 0 \le x \le 1.</description></item><item><title>m02-1: motion in two and three dimensions (part 2)</title><link>https://rrkurnova.github.io/lecture-notes/0022/</link><pubDate>Tue, 29 Aug 2023 09:02:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0022/</guid><description>Copyright © 2018 John Wiley &amp;amp; Sons, Inc. and primarily advanced by Prof. A. Iskandar.
4-5 Uniform Circular Motion (1 of 7) Link to heading Learning Objectives
4.16 Sketch the path taken in uniform circular motion and explain the velocity and acceleration vectors (magnitude and direction) during the motion. 4.17 Apply the relationships between the radius of the circular path, the period, the particle&amp;rsquo;s speed, and the particle’s acceleration magnitude 4-6 Relative Motion in One Dimension (1 of 6) Link to heading Learning Objectives</description></item><item><title>m02-1: motion in two and three dimensions (part 1)</title><link>https://rrkurnova.github.io/lecture-notes/0021/</link><pubDate>Mon, 28 Aug 2023 05:09:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0021/</guid><description>Copyright © 2018 John Wiley &amp;amp; Sons, Inc. and primarily advanced by Prof. A. Iskandar.
4-1 Position and Displacement (1 of 4) Link to heading Learning Objectives
4.01 Draw two-dimensional and three-dimensional position vectors for a particle, indicating the components along the axes of a coordinate system. 4.02 On a coordinate system, determine the direction and magnitude of a particle&amp;rsquo;s position vector from its components, and vice versa. 4.03 Apply the relationship between a particle’s displacement vector and its initial and final position vectors.</description></item><item><title>layanan dan aplikasi web</title><link>https://rrkurnova.github.io/lecture-notes/0020/</link><pubDate>Sun, 27 Aug 2023 18:59:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0020/</guid><description>Persiapan kuliah Layanan dan aplikasi web.
syllabus Link to heading Ringkas: Konsep layanan TI, layanan bisnis, dan sistem layanan; komputasi layanan; teknologi komputasi layanan; rekayasa layanan; sistem layanan; dan rekayasa sistem layanan; dan mengimplementasikannya dalam bentuk layanan web yang akan dikonsumsi oleh aplikasi web. Lengkap: Konsep layanan TI, layanan bisnis, dan sistem layanan; komputasi layanan; teknologi komputasi layanan; rekayasa layanan; sistem layanan; dan rekayasa sistem layanan; dan mengimplementasikannya dalam bentuk layanan web yang akan dikonsumsi oleh aplikasi web.</description></item><item><title>temperatur conversion formula</title><link>https://rrkurnova.github.io/lecture-notes/0019/</link><pubDate>Thu, 24 Aug 2023 18:52:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0019/</guid><description>There are three common temperature scales, that each scale has its uses and conversion formulas between them are available (Helmenstine, 2019). Here illustrations how to obtain the formulas are given.
the ratios Link to heading Notice three different temperature scales in following figure.
&lt;?xml version="1.0" encoding="UTF-8"?> &lt;!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> Figure 1. Temperature scales and some references points (LivePhysics, 2023).
The ratios holds for any temperature scales are as follow</description></item><item><title>polynomial integration</title><link>https://rrkurnova.github.io/lecture-notes/0018/</link><pubDate>Thu, 24 Aug 2023 17:39:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0018/</guid><description>Polynomial is sum of terms, which is built with constant, variables, and exponent (Pierce, 2021), where the exponent is greater and equal to zero (Gruber &amp;amp; user103828, 2015). Then integral of any polynomial is simply sum of the integrals of its tems, whose formula of its indefinite integral is well known (Nave, 2017) and its definite integral can be calculated with the help of the formula, e.g. using Python (Mehta, 2021).</description></item><item><title>course intro 2023-1</title><link>https://rrkurnova.github.io/lecture-notes/0017/</link><pubDate>Thu, 24 Aug 2023 13:46:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0017/</guid><description>Since writing research papers does not not come naturally to most of people (Perneger &amp;amp; Hudelson, 2004), there is any simple formula for getting a work published in an academic journal, but at least there are some tips for it (Guardian, 2015). By following some suggested guidelines and avoiding common errors, even novice authors can make the publication process streamlined and success (Hoogenboom &amp;amp; Manske, 2012). To make it more structured universities provide science writing course, such as in Standford university, Nature Research, Moscow Institute of Physics and Technology, Duke university, and a scientist personal site (Clippings.</description></item><item><title>graphical programming</title><link>https://rrkurnova.github.io/lecture-notes/0016/</link><pubDate>Wed, 23 Aug 2023 05:31:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0016/</guid><description>The term graphical programming (id: pemrograman grafik) can refer to graphical programming language, where each subprogram and program structure are represented by icons (Bolton, 2004). This programming language provides a different method of coding, instead of high level statements in procedural and object-oriented languages, it is coded by selecting objects, connecting them, and adding functionality (Christiano, 2015). This type of language can be designed to support only specific purpose, such as for Insect Intelligent Building platform (Chen et al.</description></item><item><title>applications of kinematics</title><link>https://rrkurnova.github.io/lecture-notes/0015/</link><pubDate>Tue, 22 Aug 2023 04:22:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0015/</guid><description>As a mathematical branch of physics, kinematics uses equations to describe motion of objects, specifically objects&amp;rsquo; trajectories, without referring the forces that cause it (Beck, 2020). One way to study it is by performing various simple experiments (Carolina, 2010). Estimating motion of vehicles at intersections is one of kinematics application (Ahn &amp;amp; Kim, 2008). Following are examples of kinematis, and actually also with the help of dynamics, written in JS.</description></item><item><title>some graphs from butiran</title><link>https://rrkurnova.github.io/lecture-notes/0014/</link><pubDate>Mon, 21 Aug 2023 20:01:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0014/</guid><description>Some test of butiran (Viridi, 2023).
circular motion Link to heading parabolic motion Link to heading harmonic motion Link to heading transient motion Link to heading lissajous motion Link to heading motion of two masses coupled through a spring Link to heading motion of two colliding spheres in 2-d Link to heading motion of two colliding spheres bound by gravitational force Link to heading</description></item><item><title>m01-2: vectors</title><link>https://rrkurnova.github.io/lecture-notes/0013/</link><pubDate>Sat, 19 Aug 2023 20:14:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0013/</guid><description>Copyright © 2018 John Wiley &amp;amp; Sons, Inc. and primarily advanced by Prof. A. Iskandar.
3-1 Vectors and Their Components (1 of 15) Link to heading Learning Objectives
3.01 Add vectors by drawing them in head-to-tail arrangements, applying the commutative and associative laws. 3.02 Subtract a vector from a second one. 3.03 Calculate the components of a vector on a given coordinate system, showing them in a drawing. 3.04 Given the components of a vector, draw the vector and determine its magnitude and orientation.</description></item><item><title>m01-1: motion along a straight line</title><link>https://rrkurnova.github.io/lecture-notes/0012/</link><pubDate>Thu, 17 Aug 2023 21:49:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0012/</guid><description>Copyright © 2018 John Wiley &amp;amp; Sons, Inc. and primarily advanced by Prof. A. Iskandar.
A Message from Prof. Michio Kaku Link to heading url https://www.youtube.com/watch?v=weVBAQhl804
We physicists flunk students taking elementary physics. And more or less encouraged to do so by engineering department.
We don&amp;rsquo;t want to train engineer who makes bridges that fall down. Engineers that create skyscrapers that fall over.
And you encounter freshment physics for the first time, watch out.</description></item><item><title>scalars and vectors</title><link>https://rrkurnova.github.io/lecture-notes/0007/</link><pubDate>Thu, 17 Aug 2023 13:46:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0007/</guid><description>While studying physics, there are many different aspects to measure and many types of measurement tools, where scalar and vector quantities are two the these types of measurement tools (Gunner, 2021). Or it can be said that vector and scalar quantities are the types of physical quantities that are used in physics (Tutorialspoint, 2022). Before jump to the definitions, let discuss in brief about what the difference between displacement and distance.</description></item><item><title>position to velocity to acceleration</title><link>https://rrkurnova.github.io/lecture-notes/0011/</link><pubDate>Wed, 16 Aug 2023 12:00:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0011/</guid><description>Essence of calculus is derivative, that is the instantaneous rate of change of a function with respect to one of its variables, which is equivalent to finding the slope of the tangent line to the function at a point (Watkins et al., 1999). Position, change of position, and various rates of change of position are referred as kinematic variables, where the terms kinematics means the study of motion, from the Greek word for movement, kinesis (Redish, 2019).</description></item><item><title>equations of parabolic motion</title><link>https://rrkurnova.github.io/lecture-notes/0010/</link><pubDate>Tue, 15 Aug 2023 12:00:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0010/</guid><description>In many daily situations we can see parabolic motion, which is involving many factors such as gravity, velocity, acceleration, and time, where mathematics puts all in formulas explaining how it is formed and and continues (Lincoln, 2020). Two laws must be known in order to derive the parabolic trajectory of the motion, where one is the law of free fall and the other is restricted principle of inertia, as Galileo discovered the motion as a case of serendipity (Drake &amp;amp; MacLachlan, 1975).</description></item><item><title>relative position</title><link>https://rrkurnova.github.io/lecture-notes/0009/</link><pubDate>Sun, 13 Aug 2023 12:00:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0009/</guid><description>Relative position of an object is position of the object measured relatively from other object, which simply substraction of the object position and other object position (Smith, 2012). Numerical calculation in solving physics problem is recommended, because the difficulty faced by the students will be a valuable experience in advancing their understanding and skill (Allain, 2017). Here illustration about relative position is given and it is also accompanied with a numerical example.</description></item><item><title>elementary physics 1a 2023-1</title><link>https://rrkurnova.github.io/lecture-notes/0008/</link><pubDate>Fri, 11 Aug 2023 12:00:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0008/</guid><description>The course is 4 (1) credit hours, 4 for lecture and 1 for laboratory activities, and given at the first semester for most of all bachelor programs of an institute of technology (Fisika, 2021). And as the main reference it uses the textbook Principle of Physics, 10th Edition International Student Version with about 1320 pages (Halliday et al., 2014). A draft of week plan is available (Mahardika et al., 2023) and there are also some slides for personal use from a physics professor (Iskandar, 2022).</description></item><item><title>code secant quadratic func</title><link>https://rrkurnova.github.io/lecture-notes/0006/</link><pubDate>Thu, 27 Jul 2023 05:15:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0006/</guid><description>Metode secant, some method (Haftka &amp;amp; Gustafson, 2009)
Advantage and disadvantage of the method (Mohan, 2020)
Secant method does not require derivate function (Testbook, 2023)
Code https://onecompiler.com/python/3zfnq9cb7</description></item><item><title>rmse function matrix</title><link>https://rrkurnova.github.io/lecture-notes/0005/</link><pubDate>Wed, 26 Jul 2023 11:35:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0005/</guid><description>Kesalahan kuadrat rata-rata diakarkan, yang dalam bahasa Inggrisnya root mean square error atau RMSE dapat direpresentasikan dalam bentuk fungsi dan matriks. Di sini hanya fungsi linier yang diilustrasikan.
data Link to heading Terdapat pasangan nilai $(x_i, y_i)$ dengan $i = 1, 2, \dots, N$, di mana $N$ adalah jumlah data.
Tabel 1. Contoh data dengan $N = 8$.
$i$ 1 2 3 4 5 6 7 8 $x_i$ 2.0 3.0 4.</description></item><item><title>uniform linear motion</title><link>https://rrkurnova.github.io/lecture-notes/0004/</link><pubDate>Tue, 25 Jul 2023 20:44:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0004/</guid><description>Sebagaimana dapat tergambarkan dari namanya, gerak lurus beraturan atau GLB adalah suatu gerak pada lintasan lurus dengan kecepatan tetap (Yukimura, 2023), yang berarti bahwa kecepatan sesaat tidak berubah terhadap waktu (Phyley, 2022). Sistem pada keadaan ini dapat dicapai bila tidak ada gaya yang bekerja pada pada sistem sebagaimana menurut hukum pertama Newton dan kecepatan awal sistem tidak nol (Britannica, 2017). GLB secara umum dapat teramati pada kegiatan sehari-hari seperti kendaraan bergerak, benda di atas ban berjalan, dan lain-lain.</description></item><item><title>circular path from sho</title><link>https://rrkurnova.github.io/lecture-notes/0001/</link><pubDate>Sat, 24 Jun 2023 20:45:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0001/</guid><description>Lintasan melingkar adalah bentuk lintasan yang dilalui oleh benda yang bergerak melingkar (Byju&amp;rsquo;s, 2023). Terdapat berbagai bentuk bangun datar (Utami &amp;amp; Nailufar, 2022), yang salah satunya adalah lingkaran. Lintasan melingkar merupakan kurva yang melingkupi lingkaran. Kurva ini dapat dinyatakan dengan beberapa bentuk persamaan lingkaran (Turito, 2022). Selain terkait dengan kinematika gerak melingkar (Wikipedia, 2023), lintasan melingkar yang merupakan bagian dari pola-pola Lissajous, dapat pula diperoleh dari superposisi dua gerak harmonis sederhana (Electrical4U, 2020).</description></item><item><title>correcting paragraphs</title><link>https://rrkurnova.github.io/lecture-notes/0000/</link><pubDate>Fri, 23 Jun 2023 21:05:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0000/</guid><description>Terdapat bacaan empat paragraf yang perlu dibaca dengan seksama untuk kemudian diperbaiki.
paragraf 1 Link to heading Untuk menghadapi era revolusi industri 4.0, satuan pendidikan pun dibutuhkan adanya perubahan paradigma pendidikan. Diantaranya pendidik meminimalkan peran sebagai learning material provider, pendidik menjadi penginspirasi bagi tumbuhnya kreativitas peserta didik. Sehingga terjadi perubahan cara belajar oleh peserta didik dan cara mengajar oleh pendidik.
Apakah peran &amp;ldquo;satuan pendidikan&amp;rdquo;? Sebagai obyek atau subyek? Lalu bagaimana menyambungkannya dengan &amp;ldquo;adanya perubahan paradigma pendidikan&amp;rdquo;?</description></item><item><title>root finding flowchart</title><link>https://rrkurnova.github.io/lecture-notes/0003/</link><pubDate>Thu, 26 Jan 2023 13:19:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0003/</guid><description>Secara umum rumusan pencarian akar secara iteratif melibatkan setidaknya dua nilai tebakan sebelumnya dan fungsinya atau satu tebakan sebelumnya dan fungsi serta turunannya. Generalisasi ini mencakup metode Newton-Raphson, secant, dan false position.
flowchart Link to heading Untuk mencari akar suatu fungsi $f(x)$ dapat dirumuskan terdapatnya suatu fungsi $g(f(x), f&amp;rsquo;(x), x)$ yang akan memberikan nilai tebakan berikutnya $x_n$, yang semakin mendekati nilai akar yang dicari dengan bergerak dari tebakan awal, misalnya $x_1$ (dan $x_2$), dengan menggunakan informasi $f(x)$ dan $f&amp;rsquo;(s)$.</description></item><item><title>ic to solution for sho</title><link>https://rrkurnova.github.io/lecture-notes/0002/</link><pubDate>Sun, 04 Dec 2022 17:51:00 +0700</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0002/</guid><description>Suatu benda yang bergerak dalam satu-dimensi dengan gerak harmonis sederhana (GHS), atau simple harmonic motion (SHM), memiliki solusi yang telah umum dikenal. Penerapan syarat awal yang berbeda akan memberikan penjelasan mengenai koefisien-koefisien pada solusi umum tersebut.
equation of motion and solutions Link to heading Sebuah benda dengan persamaan gerak
$$\tag{1} \frac{d^2 x}{dt^2} + \omega^2 x = 0 $$
akan memiliki solusi untuk posisinya $x$ dalam bentuk
$$\tag{2} x = A \sin (\omega t + \varphi_0), $$</description></item><item><title>hugo-chart xy scatter</title><link>https://rrkurnova.github.io/lecture-notes/0044/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://rrkurnova.github.io/lecture-notes/0044/</guid><description>result refs test result Link to heading refs Link to heading hugo-chat (Shen et al., 2023) https://stackoverflow.com/a/36954310/9475509 test Link to heading {{&amp;lt; chart 80 300 &amp;gt;}} { type: &amp;#39;scatter&amp;#39;, data: { datasets: [ { label: &amp;#39;wander = 0&amp;#39;, pointRadius: 4, pointBackgroundColor: &amp;#34;rgba(255,0,0,0.5)&amp;#34;, showLine: true, fill: false, borderColor: &amp;#34;rgba(255,0,0,0.5)&amp;#34;, lineTension: 0.0, data: [ {x: 10, y:0.020}, {x: 20, y:0.030}, {x: 30, y:0.095}, {x: 40, y:0.155}, {x: 50, y:0.175}, {x: 60, y:0.</description></item></channel></rss>