<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[MKLab - NUMERICAL ANALYSIS]]></title>
		<link>https://mklab.gr/</link>
		<description><![CDATA[MKLab - https://mklab.gr]]></description>
		<pubDate>Wed, 29 Jul 2026 07:18:05 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Seeing circles, sines and signals [Schaedler]]]></title>
			<link>https://mklab.gr/showthread.php?tid=569</link>
			<pubDate>Mon, 22 Jun 2026 11:04:19 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=569</guid>
			<description><![CDATA[<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><a href="https://jackschaedler.github.io/circles-sines-signals" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Seeing circles, sines and signals</span></span></a>, </span></span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">BY Jack Schaedler</span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Summary</span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">Circles, Sines, and Signals</span> by Jack Schaedler is an interactive visual introduction to digital signal processing (DSP) that explains the ideas behind sine waves, sampling, and the Discrete Fourier Transform (DFT) through animations, graphics, and sound rather than traditional equations alone. </span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">The tutorial builds intuition by showing how sine and cosine waves emerge from circular motion (phasors), how complex signals can be created by combining simple waves, and how Fourier analysis breaks signals into their frequency components. </span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">It also explores concepts such as continuous vs. discrete signals, correlation, phase, and reconstruction, helping readers understand why the Fourier Transform is so powerful in areas like audio processing, communications, and data analysis. </span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><a href="https://jackschaedler.github.io/circles-sines-signals/index.html" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><a href="https://jackschaedler.github.io/circles-sines-signals" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Seeing circles, sines and signals</span></span></a>, </span></span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">BY Jack Schaedler</span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Summary</span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">Circles, Sines, and Signals</span> by Jack Schaedler is an interactive visual introduction to digital signal processing (DSP) that explains the ideas behind sine waves, sampling, and the Discrete Fourier Transform (DFT) through animations, graphics, and sound rather than traditional equations alone. </span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">The tutorial builds intuition by showing how sine and cosine waves emerge from circular motion (phasors), how complex signals can be created by combining simple waves, and how Fourier analysis breaks signals into their frequency components. </span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">It also explores concepts such as continuous vs. discrete signals, correlation, phase, and reconstruction, helping readers understand why the Fourier Transform is so powerful in areas like audio processing, communications, and data analysis. </span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><a href="https://jackschaedler.github.io/circles-sines-signals/index.html" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tea Time Numerical Analysis [Brin]]]></title>
			<link>https://mklab.gr/showthread.php?tid=377</link>
			<pubDate>Sun, 14 Jun 2026 23:11:27 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=377</guid>
			<description><![CDATA[Tea Time Numerical Analysis <br />
by Leo Brin<br />
<br />
Summary <br />
<span style="font-weight: bold;" class="mycode_b">Tea Time Numerical Analysis: Experiences in Mathematics</span> by Leon Q. Brin is a free, open-source introductory textbook designed for a one-semester undergraduate course in numerical analysis. Written in a conversational style, it covers the fundamental topics of the subject—including error analysis, root-finding methods, interpolation, numerical differentiation and integration, and ordinary differential equations—while emphasizing the underlying mathematics rather than engineering applications. <br />
The book combines theory, proofs, worked examples, exercises, and open-source computational tools such as Octave, and is accompanied by numerous code examples, interactive applets, and supplementary materials. Its goal is to provide an accessible yet rigorous introduction to numerical methods for mathematics students, offering a complete, freely available alternative to traditional commercial textbooks.<br />
<br />
<a href="https://lqbrin.github.io/tea-time-numerical/" target="_blank" rel="noopener" class="mycode_url">BOOK</a>]]></description>
			<content:encoded><![CDATA[Tea Time Numerical Analysis <br />
by Leo Brin<br />
<br />
Summary <br />
<span style="font-weight: bold;" class="mycode_b">Tea Time Numerical Analysis: Experiences in Mathematics</span> by Leon Q. Brin is a free, open-source introductory textbook designed for a one-semester undergraduate course in numerical analysis. Written in a conversational style, it covers the fundamental topics of the subject—including error analysis, root-finding methods, interpolation, numerical differentiation and integration, and ordinary differential equations—while emphasizing the underlying mathematics rather than engineering applications. <br />
The book combines theory, proofs, worked examples, exercises, and open-source computational tools such as Octave, and is accompanied by numerous code examples, interactive applets, and supplementary materials. Its goal is to provide an accessible yet rigorous introduction to numerical methods for mathematics students, offering a complete, freely available alternative to traditional commercial textbooks.<br />
<br />
<a href="https://lqbrin.github.io/tea-time-numerical/" target="_blank" rel="noopener" class="mycode_url">BOOK</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[An Introduction to Statistical Signal Processing [Gray]]]></title>
			<link>https://mklab.gr/showthread.php?tid=318</link>
			<pubDate>Sat, 13 Jun 2026 13:15:15 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=318</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><a href="https://ee.stanford.edu/~gray/sp.pdf" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">An Introduction to Statistical Signal Processing</span></span></a><span style="color: #1f2328;" class="mycode_color"> </span></span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Robert M. Gray, Lee D. Davisson</span></span><br />
<br />
<br />
Summary  <span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Flex', 'Google Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">This book describes the essential tools and techniques of statistical signal processing. At every stage theoretical ideas are linked to specific applications in communications and signal processing using a range of carefully chosen examples.</span></span><br />
<br />
<span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Flex', 'Google Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><a href="https://ee.stanford.edu/~gray/sp.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><a href="https://ee.stanford.edu/~gray/sp.pdf" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">An Introduction to Statistical Signal Processing</span></span></a><span style="color: #1f2328;" class="mycode_color"> </span></span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Robert M. Gray, Lee D. Davisson</span></span><br />
<br />
<br />
Summary  <span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Flex', 'Google Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">This book describes the essential tools and techniques of statistical signal processing. At every stage theoretical ideas are linked to specific applications in communications and signal processing using a range of carefully chosen examples.</span></span><br />
<br />
<span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Flex', 'Google Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><a href="https://ee.stanford.edu/~gray/sp.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Foundations of Signal Processing [Vetterli,]]]></title>
			<link>https://mklab.gr/showthread.php?tid=317</link>
			<pubDate>Sat, 13 Jun 2026 13:12:45 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=317</guid>
			<description><![CDATA[<a href="http://www.fourierandwavelets.org/FSP_v1.1_2014.pdf" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Foundations of Signal Processing</span></span></a><span style="color: #1f2328;" class="mycode_color"> </span><br />
<span style="color: #1f2328;" class="mycode_color">Martin Vetterli, Jelena Kovacevic, Vivek K Goyal</span><br />
<br />
<span style="color: #1f2328;" class="mycode_color">Summary</span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="color: #0f1111;" class="mycode_color"><span style="font-family: 'Amazon Ember', Arial, sans-serif;" class="mycode_font">This comprehensive and engaging textbook introduces the basic principles and techniques of signal processing, from the fundamental ideas of signals and systems theory to real-world applications. Students are introduced to the powerful foundations of modern signal processing, including the basic geometry of Hilbert space, the mathematics of Fourier transforms, and essentials of sampling, interpolation, approximation and compression The authors discuss real-world issues and hurdles to using these tools, and ways of adapting them to overcome problems of finiteness and localization, the limitations of uncertainty, and computational costs. It includes over 160 homework problems and over 220 worked examples, specifically designed to test and expand students' understanding of the fundamentals of signal processing, and is accompanied by extensive online materials designed to aid learning, including Mathematica® resources and interactive demonstrations.</span></span> </span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="color: #0f1111;" class="mycode_color"><span style="font-family: 'Amazon Ember', Arial, sans-serif;" class="mycode_font"><a href="https://www.fourierandwavelets.org/FSP_v1.1_2014.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span></span>]]></description>
			<content:encoded><![CDATA[<a href="http://www.fourierandwavelets.org/FSP_v1.1_2014.pdf" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Foundations of Signal Processing</span></span></a><span style="color: #1f2328;" class="mycode_color"> </span><br />
<span style="color: #1f2328;" class="mycode_color">Martin Vetterli, Jelena Kovacevic, Vivek K Goyal</span><br />
<br />
<span style="color: #1f2328;" class="mycode_color">Summary</span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="color: #0f1111;" class="mycode_color"><span style="font-family: 'Amazon Ember', Arial, sans-serif;" class="mycode_font">This comprehensive and engaging textbook introduces the basic principles and techniques of signal processing, from the fundamental ideas of signals and systems theory to real-world applications. Students are introduced to the powerful foundations of modern signal processing, including the basic geometry of Hilbert space, the mathematics of Fourier transforms, and essentials of sampling, interpolation, approximation and compression The authors discuss real-world issues and hurdles to using these tools, and ways of adapting them to overcome problems of finiteness and localization, the limitations of uncertainty, and computational costs. It includes over 160 homework problems and over 220 worked examples, specifically designed to test and expand students' understanding of the fundamentals of signal processing, and is accompanied by extensive online materials designed to aid learning, including Mathematica® resources and interactive demonstrations.</span></span> </span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="color: #0f1111;" class="mycode_color"><span style="font-family: 'Amazon Ember', Arial, sans-serif;" class="mycode_font"><a href="https://www.fourierandwavelets.org/FSP_v1.1_2014.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Advanced Numerical Methods [Schmidt]]]></title>
			<link>https://mklab.gr/showthread.php?tid=315</link>
			<pubDate>Sat, 13 Jun 2026 13:00:36 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=315</guid>
			<description><![CDATA[<a href="https://user.math.uni-bremen.de/schmi/SS04/YSU_Notes.pdf" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Advanced Numerical Methods and Their Applications to Industrial Problems</span></span></a><span style="color: #1f2328;" class="mycode_color"> </span><br />
<span style="color: #1f2328;" class="mycode_color">Alfred Schmidt, Arsen Narimanyan</span> <br />
<br />
<span style="color: #1f2328;" class="mycode_color">Summary  <span style="font-weight: bold;" class="mycode_b"><span style="font-family: 'Google Sans', Arial, sans-serif;" class="mycode_font">Advanced Numerical Methods and Their Applications to Industrial Problems: Adaptive Finite Element Methods</span></span> is <span style="font-family: 'Google Sans', Arial, sans-serif;" class="mycode_font">a foundational lecture note and coursework series developed by Prof. Alfred Schmidt and Arsen Narimanyan</span>. It bridges mathematical theory with practical engineering, focusing on using adaptive mesh generation and Finite Element Methods (FEM) to solve Partial Differential Equations (PDEs) in industrial scenarios</span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><a href="https://user.math.uni-bremen.de/schmi/SS04/YSU_Notes.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span>]]></description>
			<content:encoded><![CDATA[<a href="https://user.math.uni-bremen.de/schmi/SS04/YSU_Notes.pdf" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Advanced Numerical Methods and Their Applications to Industrial Problems</span></span></a><span style="color: #1f2328;" class="mycode_color"> </span><br />
<span style="color: #1f2328;" class="mycode_color">Alfred Schmidt, Arsen Narimanyan</span> <br />
<br />
<span style="color: #1f2328;" class="mycode_color">Summary  <span style="font-weight: bold;" class="mycode_b"><span style="font-family: 'Google Sans', Arial, sans-serif;" class="mycode_font">Advanced Numerical Methods and Their Applications to Industrial Problems: Adaptive Finite Element Methods</span></span> is <span style="font-family: 'Google Sans', Arial, sans-serif;" class="mycode_font">a foundational lecture note and coursework series developed by Prof. Alfred Schmidt and Arsen Narimanyan</span>. It bridges mathematical theory with practical engineering, focusing on using adaptive mesh generation and Finite Element Methods (FEM) to solve Partial Differential Equations (PDEs) in industrial scenarios</span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><a href="https://user.math.uni-bremen.de/schmi/SS04/YSU_Notes.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lectures In Basic Computational Numerical Analysis [McDonough]]]></title>
			<link>https://mklab.gr/showthread.php?tid=314</link>
			<pubDate>Sat, 13 Jun 2026 12:57:45 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=314</guid>
			<description><![CDATA[<a href="https://uknowledge.uky.edu/cgi/viewcontent.cgi?article=1000&amp;context=math_textbooks" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Lectures In Basic Computational Numerical Analysis</span></span></a><br />
<span style="color: #1f2328;" class="mycode_color">J. M. McDonough</span><br />
<br />
<span style="color: #1f2328;" class="mycode_color">Summary  <span style="font-style: italic;" class="mycode_i"><span style="font-family: 'Google Sans', Arial, sans-serif;" class="mycode_font">Lectures in Basic Computational Numerical Analysis</span></span> is <span style="font-family: 'Google Sans', Arial, sans-serif;" class="mycode_font">a foundational open-source textbook authored by <span style="font-weight: bold;" class="mycode_b">Dr. J. M. McDonough</span></span>, a professor in the Departments of Mechanical Engineering and Mathematics at the University of Kentucky. It serves as an essential, high-level introduction to applied mathematical algorithms</span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><a href="https://uknowledge.uky.edu/cgi/viewcontent.cgi?article=1000&amp;context=math_textbooks" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span>]]></description>
			<content:encoded><![CDATA[<a href="https://uknowledge.uky.edu/cgi/viewcontent.cgi?article=1000&amp;context=math_textbooks" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Lectures In Basic Computational Numerical Analysis</span></span></a><br />
<span style="color: #1f2328;" class="mycode_color">J. M. McDonough</span><br />
<br />
<span style="color: #1f2328;" class="mycode_color">Summary  <span style="font-style: italic;" class="mycode_i"><span style="font-family: 'Google Sans', Arial, sans-serif;" class="mycode_font">Lectures in Basic Computational Numerical Analysis</span></span> is <span style="font-family: 'Google Sans', Arial, sans-serif;" class="mycode_font">a foundational open-source textbook authored by <span style="font-weight: bold;" class="mycode_b">Dr. J. M. McDonough</span></span>, a professor in the Departments of Mechanical Engineering and Mathematics at the University of Kentucky. It serves as an essential, high-level introduction to applied mathematical algorithms</span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><a href="https://uknowledge.uky.edu/cgi/viewcontent.cgi?article=1000&amp;context=math_textbooks" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Numerical Analysis [Scott]]]></title>
			<link>https://mklab.gr/showthread.php?tid=313</link>
			<pubDate>Sat, 13 Jun 2026 12:55:27 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=313</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><a href="http://people.cs.uchicago.edu/~ridg/newna/nalrs.pdf" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Numerical Analysis</span></span></a><span style="color: #1f2328;" class="mycode_color"> </span></span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">L. Ridgway Scott</span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Summary  <span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Flex', 'Google Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Emphasizing the theory behind the computation, this book provides a rigorous and self-contained introduction to numerical analysis and presents the advanced mathematics that underpin industrial software, including complete details that are missing from most textbooks.</span></span></span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Flex', 'Google Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><a href="https://people.cs.uchicago.edu/~ridg/newna/nalrs.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><a href="http://people.cs.uchicago.edu/~ridg/newna/nalrs.pdf" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0969da;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Numerical Analysis</span></span></a><span style="color: #1f2328;" class="mycode_color"> </span></span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">L. Ridgway Scott</span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Summary  <span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Flex', 'Google Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Emphasizing the theory behind the computation, this book provides a rigorous and self-contained introduction to numerical analysis and presents the advanced mathematics that underpin industrial software, including complete details that are missing from most textbooks.</span></span></span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Flex', 'Google Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><a href="https://people.cs.uchicago.edu/~ridg/newna/nalrs.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A Concise Introduction to Numerical Analysis  [Arnold]]]></title>
			<link>https://mklab.gr/showthread.php?tid=312</link>
			<pubDate>Sat, 13 Jun 2026 12:51:45 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=312</guid>
			<description><![CDATA[<span style="color: #151122;" class="mycode_color"><span style="font-family: Montserrat, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">A Concise Introduction to Numerical Analysis </span></span></span><br />
<span style="color: #151122;" class="mycode_color"><span style="font-family: Montserrat, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Douglas N. Arnold</span></span></span><br />
<br />
<span style="color: #151122;" class="mycode_color"><span style="font-family: Montserrat, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Summary <span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">"A Concise Introduction to Numerical Analysis" by Douglas N. Arnold is a rigorous, proof-based textbook that explores the mathematical foundations, error bounds, and stability of algorithms used in scientific computing. Structured into six comprehensive chapters, the text moves from foundational approximation theory (such as polynomial interpolation and splines) and numerical integration to the direct and iterative methods of linear algebra, including matrix factorizations and error conditioning. It then covers iterative techniques for solving nonlinear systems and optimization problems, before concluding with detailed mathematical frameworks for solving differential equations using one-step, multi-step, finite difference, and finite element methods. Throughout, Arnold emphasizes a highly theoretical approach, analyzing every computational method through the critical lenses of accuracy, efficiency, and stability against floating-point errors.</span></span></span></span></span><br />
<br />
<span style="color: #151122;" class="mycode_color"><span style="font-family: Montserrat, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><a href="https://www-users.cse.umn.edu/~arnold/597.00-01/nabook.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #151122;" class="mycode_color"><span style="font-family: Montserrat, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">A Concise Introduction to Numerical Analysis </span></span></span><br />
<span style="color: #151122;" class="mycode_color"><span style="font-family: Montserrat, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Douglas N. Arnold</span></span></span><br />
<br />
<span style="color: #151122;" class="mycode_color"><span style="font-family: Montserrat, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Summary <span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">"A Concise Introduction to Numerical Analysis" by Douglas N. Arnold is a rigorous, proof-based textbook that explores the mathematical foundations, error bounds, and stability of algorithms used in scientific computing. Structured into six comprehensive chapters, the text moves from foundational approximation theory (such as polynomial interpolation and splines) and numerical integration to the direct and iterative methods of linear algebra, including matrix factorizations and error conditioning. It then covers iterative techniques for solving nonlinear systems and optimization problems, before concluding with detailed mathematical frameworks for solving differential equations using one-step, multi-step, finite difference, and finite element methods. Throughout, Arnold emphasizes a highly theoretical approach, analyzing every computational method through the critical lenses of accuracy, efficiency, and stability against floating-point errors.</span></span></span></span></span><br />
<br />
<span style="color: #151122;" class="mycode_color"><span style="font-family: Montserrat, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><a href="https://www-users.cse.umn.edu/~arnold/597.00-01/nabook.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mathematics for the Physical Sciences [Copley]]]></title>
			<link>https://mklab.gr/showthread.php?tid=256</link>
			<pubDate>Wed, 10 Jun 2026 03:59:57 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=256</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Mathematics for the Physical Sciences</span></span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">by </span><span style="font-family: Verdana, sans-serif;" class="mycode_font">Leslie Copley</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Summary  A text on advanced mathematical methods with numerous applications, detailed derivations and solutions, and a unique range of practical topics. The book begins with a thorough introduction to complex analysis, which is then used to understand the properties of ordinary differential equations and their solutions. The latter are obtained in both series and integral representations. Integral transforms are introduced, providing an opportunity to complement complex analysis with techniques that flow from an algebraic approach. This moves naturally into a discussion of eigenvalue and boundary vale problems.</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"><a href="https://www.degruyterbrill.com/document/doi/10.2478/9783110409475/html" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Mathematics for the Physical Sciences</span></span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">by </span><span style="font-family: Verdana, sans-serif;" class="mycode_font">Leslie Copley</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Summary  A text on advanced mathematical methods with numerous applications, detailed derivations and solutions, and a unique range of practical topics. The book begins with a thorough introduction to complex analysis, which is then used to understand the properties of ordinary differential equations and their solutions. The latter are obtained in both series and integral representations. Integral transforms are introduced, providing an opportunity to complement complex analysis with techniques that flow from an algebraic approach. This moves naturally into a discussion of eigenvalue and boundary vale problems.</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"><a href="https://www.degruyterbrill.com/document/doi/10.2478/9783110409475/html" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Numerical Methods for Large Eigenvalue Problems [Saad]]]></title>
			<link>https://mklab.gr/showthread.php?tid=246</link>
			<pubDate>Wed, 10 Jun 2026 03:30:36 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=246</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Numerical Methods for Large Eigenvalue Problems</span></span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">by </span><span style="font-family: Verdana, sans-serif;" class="mycode_font">Yousef Saad</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Summary  This book discusses numerical methods for computing eigenvalues and eigenvectors of large sparse matrices. It provides an in-depth view of the numerical methods that are applicable for solving matrix eigenvalue problems that arise in various engineering and scientific applications.</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"><a href="https://www-users.cse.umn.edu/~saad/eig_book_2ndEd.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Numerical Methods for Large Eigenvalue Problems</span></span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">by </span><span style="font-family: Verdana, sans-serif;" class="mycode_font">Yousef Saad</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Summary  This book discusses numerical methods for computing eigenvalues and eigenvectors of large sparse matrices. It provides an in-depth view of the numerical methods that are applicable for solving matrix eigenvalue problems that arise in various engineering and scientific applications.</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"><a href="https://www-users.cse.umn.edu/~saad/eig_book_2ndEd.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Numerical Methods Course Notes [Pav]]]></title>
			<link>https://mklab.gr/showthread.php?tid=225</link>
			<pubDate>Wed, 10 Jun 2026 02:20:39 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=225</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Numerical Methods Course Notes</span></span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">by </span><span style="font-family: Verdana, sans-serif;" class="mycode_font">Steven E. Pav</span></span><br />
<br />
Summary  <span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"> A "Crash" Course in octave/Matlab; Solving Linear Systems; Finding Roots; Interpolation; Spline Interpolation; Approximating Derivatives; Integrals and Quadrature; Least Squares; Ordinary Differential Equations</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"><a href="https://monoceros.physics.muni.cz/~jancely/NM/Texty/Numerika/NumMethCourseNotes.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Numerical Methods Course Notes</span></span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">by </span><span style="font-family: Verdana, sans-serif;" class="mycode_font">Steven E. Pav</span></span><br />
<br />
Summary  <span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"> A "Crash" Course in octave/Matlab; Solving Linear Systems; Finding Roots; Interpolation; Spline Interpolation; Approximating Derivatives; Integrals and Quadrature; Least Squares; Ordinary Differential Equations</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"><a href="https://monoceros.physics.muni.cz/~jancely/NM/Texty/Numerika/NumMethCourseNotes.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[An Introduction to Contemporary Mathematics [Hutchinson]]]></title>
			<link>https://mklab.gr/showthread.php?tid=81</link>
			<pubDate>Wed, 03 Jun 2026 22:54:02 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=81</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Title : An Introduction to Contemporary Mathematics<br />
Author: John Hutchinson</span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Publisher: Australian National University 2010</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Summary :  The goal is to introduce you to contemporary mainstream 20th and 21st century mathematics</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"><a href="https://maths.anu.edu.au/files/introduction_contemporary_mathematics.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Title : An Introduction to Contemporary Mathematics<br />
Author: John Hutchinson</span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Publisher: Australian National University 2010</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font">Summary :  The goal is to introduce you to contemporary mainstream 20th and 21st century mathematics</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #000000;" class="mycode_color"><span style="font-family: Verdana, sans-serif;" class="mycode_font"><a href="https://maths.anu.edu.au/files/introduction_contemporary_mathematics.pdf" target="_blank" rel="noopener" class="mycode_url">BOOK PAGE</a></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Εφαρμοσμένα Μαθηματικά [Τσίτσας, Kallipos]]]></title>
			<link>https://mklab.gr/showthread.php?tid=72</link>
			<pubDate>Mon, 01 Jun 2026 22:45:35 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=72</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Εφαρμοσμένα Μαθηματικά</span></span><br />
<span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Υπότιτλος: </span></span><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Διαφορικές Εξισώσεις, Μιγαδικές Συναρτήσεις και Ολοκληρωτικοί Μετασχηματισμοί</span></span><br />
<span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Συγγραφείς: </span></span><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Τσίτσας, Νικόλαος</span></span></span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Το βιβλίο προσφέρει μια ενοποιημένη παρουσίαση των [b]Συνήθων Διαφορικών Εξισώσεων</span>, των <span style="font-weight: bold;" class="mycode_b">Μιγαδικών Συναρτήσεων</span> και των <span style="font-weight: bold;" class="mycode_b">Μετασχηματισμών Fourier</span>, εστιάζοντας στις εφαρμογές τους στις φυσικές, τεχνολογικές επιστήμες και την Πληροφορική.<br />
Η ύλη χωρίζεται σε τρία αντίστοιχα μέρη:</span></span></span></span>[/b]</span></span><ul class="mycode_list"><li><span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">[b]Συνήθεις Διαφορικές Εξισώσεις:</span> Μελέτη ύπαρξης λύσεων (καθαρά Μαθηματικά), μεθοδολογίες υπολογισμού τους (εφαρμοσμένα Μαθηματικά) και χρήση τους στη μαθηματική μοντελοποίηση.</span></span></span></span>[/b]</span></span><br />
</li>
<li><span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">[b]Μιγαδικές Συναρτήσεις:</span> Παρουσίαση ισχυρών τεχνικών και εργαλείων που χρησιμοποιούνται για τη μοντελοποίηση εφαρμογών σε άλλες επιστήμες.</span></span></span></span>[/b]</span></span><br />
</li>
<li><span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">[b]Σειρές και Μετασχηματισμοί Fourier:</span> Ολοκληρωτική αναπαράσταση συναρτήσεων και η χρήση τους για τη μετάβαση από το πεδίο του χρόνου/χώρου στο πεδίο των συχνοτήτων.</span></span></span></span>[/b]</span></span><br />
</li>
</ul>
<hr class="mycode_hr" />
<a href="https://repository.kallipos.gr/handle/11419/1131?locale=el" target="_blank" rel="noopener" class="mycode_url">SOURCE</a>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Εφαρμοσμένα Μαθηματικά</span></span><br />
<span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Υπότιτλος: </span></span><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Διαφορικές Εξισώσεις, Μιγαδικές Συναρτήσεις και Ολοκληρωτικοί Μετασχηματισμοί</span></span><br />
<span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Συγγραφείς: </span></span><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font">Τσίτσας, Νικόλαος</span></span></span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Το βιβλίο προσφέρει μια ενοποιημένη παρουσίαση των [b]Συνήθων Διαφορικών Εξισώσεων</span>, των <span style="font-weight: bold;" class="mycode_b">Μιγαδικών Συναρτήσεων</span> και των <span style="font-weight: bold;" class="mycode_b">Μετασχηματισμών Fourier</span>, εστιάζοντας στις εφαρμογές τους στις φυσικές, τεχνολογικές επιστήμες και την Πληροφορική.<br />
Η ύλη χωρίζεται σε τρία αντίστοιχα μέρη:</span></span></span></span>[/b]</span></span><ul class="mycode_list"><li><span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">[b]Συνήθεις Διαφορικές Εξισώσεις:</span> Μελέτη ύπαρξης λύσεων (καθαρά Μαθηματικά), μεθοδολογίες υπολογισμού τους (εφαρμοσμένα Μαθηματικά) και χρήση τους στη μαθηματική μοντελοποίηση.</span></span></span></span>[/b]</span></span><br />
</li>
<li><span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">[b]Μιγαδικές Συναρτήσεις:</span> Παρουσίαση ισχυρών τεχνικών και εργαλείων που χρησιμοποιούνται για τη μοντελοποίηση εφαρμογών σε άλλες επιστήμες.</span></span></span></span>[/b]</span></span><br />
</li>
<li><span style="color: #000000;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #6d6e70;" class="mycode_color"><span style="font-family: Arial, verdana, Helvetica, sans-serif;" class="mycode_font"><span style="color: #1f1f1f;" class="mycode_color"><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">[b]Σειρές και Μετασχηματισμοί Fourier:</span> Ολοκληρωτική αναπαράσταση συναρτήσεων και η χρήση τους για τη μετάβαση από το πεδίο του χρόνου/χώρου στο πεδίο των συχνοτήτων.</span></span></span></span>[/b]</span></span><br />
</li>
</ul>
<hr class="mycode_hr" />
<a href="https://repository.kallipos.gr/handle/11419/1131?locale=el" target="_blank" rel="noopener" class="mycode_url">SOURCE</a>]]></content:encoded>
		</item>
	</channel>
</rss>