photo

Athanasios Paraskevopoulos


Hellenic Open University

Last seen: Today Attivo dal 2023

Followers: 0   Following: 1

Contatto

Athanasios is a Teacher of Mathematics with a proven track record of working in education management. Proficient in Ease of Adaptation, Course Design, and Instructional Technology. Strong education professional with a Bachelor's degree with an emphasis in Mathematics from the University of Aegean. Currently, he is pursuing a Master's degree in Applied Mathematics at the Hellenic Open University, with a specific focus on Ordinary and Partial Differential equations. His enthusiasm lies in the application of mathematical models to real-world contexts, such as epidemiology and population growth.

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Mathematics, Numerical Integration and Differential Equations, Partial Differential Equation Toolbox, Stochastic Differential Equation (SDE) Models, Applied Mathematics

Statistiche

All
  • Knowledgeable Level 2
  • Promoter
  • First Answer
  • Thankful Level 3
  • Solver
  • First Submission

Visualizza badge

Feeds

Visto da

Risposto
Calculating the radius of a link budget
Hello! To calculate the cell radius of a link budget, particularly in a telecommunications context like satellite communications...

9 giorni fa | 0

| accettato

Risolto


Laws of motion 1

18 giorni fa

Risposto
Why isn't my MATLAB plot not showing up?
It looks like the issue with your MATLAB code is related to how you've set up the ranges for plotting the IV curves. In MATLAB...

18 giorni fa | 0

Risolto


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

20 giorni fa

Risolto


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

20 giorni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

21 giorni fa

Risposto
Find faster way than compose to format table
Here’s an approach you can try: 1. Instead of converting the whole table to strings at once, process the data in smaller chu...

21 giorni fa | 0

| accettato

Inviato


BMI Calculator with Health Status Indicator
BMI Calculator: Inputs weight and height to compute BMI, displays result with health status message, using dialog-based interact...

21 giorni fa | 4 download |

Domanda


Subtracting a Vector from a Scalar-Multiplied Matrix
Let's say that we have the following two matrices and we want to calculate . We know that it is not defined, but MATLAB gives m...

26 giorni fa | 1 risposta | 0

1

risposta

Risposto
How to draw an histogram?
f you already have the matrix, use it directly. If not, here is an example of how you can generate a random matrix with integers...

27 giorni fa | 0

Risposto
Bode Plot for two different sinusoidal inputs
% Define the transfer function coefficients numerator = 8.008; denominator = [1 0.54 7.95]; % Coefficients of s^2, s, and th...

28 giorni fa | 0

| accettato

Risposto
Matlab 2023/4 wont start on Sonoma 14.4.1
Please try the following steps: Ensure that the MATLAB version you are using is compatible with the new macOS Sonoma 14.4.1. So...

29 giorni fa | 0

Domanda


Plot of Integration Volume
Hi everyone, I'm working on visualizing an integration volume in MATLAB for the first time, and I'd appreciate some feedback on...

29 giorni fa | 1 risposta | 0

1

risposta

Inviato


Solve And Plot Differential Equation
It defines a symbolic function, solves a differential equation, and then plots the particular solution along with the slope fie...

circa un mese fa | 1 download |

Thumbnail

Domanda


DIfferences on Sloped field using 'dsolve' and 'ode45'
I tried to create the slope field with 'dsolve' and I received the following results. syms y(x) % Define the symbolic function...

circa un mese fa | 2 risposte | 0

2

risposte

Risposto
How to improve the Slope Field code?
I used the dirfield.m so I had better visualization f=@(x,y)x figure; dirfield(f,-2:0.2:2,-2:0.2:2) xlabel('$x$','interpret...

circa un mese fa | 0

| accettato

Risposto
how can do this in matlab
% Assuming X is your matrix X = ...; % Your matrix here % Compute the element-wise product of X and its conjugate productMa...

circa un mese fa | 0

Risposto
How do I shade area in between two functions?
kp = -10:0.1:10; ki = zeros(size(kp)); for iter = 1:length(kp) ki(iter) = 221*kp(iter) + 1326; end figure(1) clf ho...

circa un mese fa | 0

Domanda


How to improve the Slope Field code?
I am trying to create my slope fielld manually. Is there any advice how to improve my appearance of the Slope Field? I have read...

circa un mese fa | 1 risposta | 0

1

risposta

Inviato


Stationary dynamics in DNA:a nonlinear Klein-Gordon approach
Stationary solutions of the Klein-Gordon equation are time-independent states, analyzed via MATLAB to model system equilibria.

circa un mese fa | 1 download |

Thumbnail

Risposto
Newton's Method on MATLAB for Stationary Solutions for the Non-linear Klein-Gordon Equation
@Torsten I read the fsolve Algorithms and here's the modified MATLAB script using the levenberg-marquardt algorithm for the fsol...

circa un mese fa | 0

Domanda


Newton's Method on MATLAB for Stationary Solutions for the Non-linear Klein-Gordon Equation
By interpreting the equation in this way, we can relate the dynamics described by the discrete Klein - Gordon equation to the be...

circa un mese fa | 2 risposte | 0

2

risposte

Inviato


DNA oscillations with the discrete Klein-Gordon framework
MATLAB code simulates DNA base pair dynamics using nonlinear differential equations, visualizing their motion and interactions o...

circa un mese fa | 5 download |

Thumbnail

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa un mese fa

Inviato


S-I model using the improved Euler method
Improved Euler method in MATLAB for ODEs: solves systems, plots time series, encapsulates logic in a function for efficienc

circa un mese fa | 0 download |

Thumbnail

Inviato


Helmholtz problem in circular disk
The code revolves around solving the Helmholtz problem on a circular disk using MATLAB, focusing on calculating and plotting the...

circa un mese fa | 2 download |

Domanda


Helmholtz problem in circular disk
The following expression gives the solution for the Helmholtz problem. On the circular disc with center 0 and radius . For ...

circa 2 mesi fa | 2 risposte | 0

2

risposte

Domanda


How to create a better 3D Discrete Plot?
I am study the Discrete Klein-Gordon Equation. By interpreting the equation in this way, we can relate the dynamics described ...

circa 2 mesi fa | 1 risposta | 0

1

risposta

Domanda


Trying to Solve quadratic inequalities
Hello, I am a new user of Matlab and I am trying to solve the following inequality I tried to solve it with the code bellow ...

4 mesi fa | 2 risposte | 0

2

risposte

Domanda


Seeking guidance on becoming a MATLAB Student Ambassador in Greece and eager to connect with fellow math enthusiasts interested in integrating technology into mathematics edu
Greetings everyone! I am excited to share my passion for teaching mathematics through technology and my interest in becoming a ...

9 mesi fa | 1 risposta | 0

1

risposta