top of page
Search
Type of Optimization Problems:Combinatorial & Fixed-Variable Problems
Separating combinatorial problems from fixed-variable problems involves understanding the nature of the variables you're dealing with in...
Adisorn O.
Aug 9, 20242 min read
Â
Â


Introducing OptiForm
Adisorn Owatsiriwong, D.Eng. Introducing OptiForm(tm): The Next Level in Shoring Design! We're thrilled to unveil our latest innovation...
Adisorn O.
Aug 7, 20241 min read
Â
Â


Using result() in F90 function to return single array variable
The function with result() in f90 is developed to consistent with high level language like MATLAB. It's rather return the value of...
Adisorn O.
Jul 11, 20241 min read
Â
Â


How to Create Matrix and Vector in modern Fortran (from 2003)
The way modern Fortran provides to create matrix and vector is more convenient, let's check the example below. OUTPUT: A = 1.00000000 ...
Adisorn O.
Jul 10, 20241 min read
Â
Â


LAPACK Package Testing for LU Solver Ax = b
To solve the linear system Ax = b, LAPACK provide a function dgesv() see more detail https://netlib.org/lapack/explore-html-3.6.1/d7/d3b/...
Adisorn O.
Jul 9, 20242 min read
Â
Â


How to pass array variables to F90 subroutine?
Consider this example of fix-sized and allocatable array case I: Fix-sized array Case II: Allocatable array One important thing to remark...
Adisorn O.
Jul 8, 20241 min read
Â
Â


Adisorn O.
Mar 30, 20241 min read
Â
Â


Adisorn O.
Mar 24, 20241 min read
Â
Â


Adisorn O.
Mar 21, 20241 min read
Â
Â


Â
Â


Approximated Dynamic Analysis using Ritz's Vectors
(Preview page) Cite As: Adisorn Owatsiriwong (2024). Approximated Dynamic Analysis using Ritz's Vectors(https://www.mathworks.com/matlabc...
Adisorn O.
Mar 10, 20241 min read
Â
Â


Reduction of Dynamic Matrices using Static Condensation
(Preview page) Cite As Adisorn Owatsiriwong (2024). Reduction of Dynamic Matrices using Static Condensation(https://www.mathworks.com/mat...
Adisorn O.
Mar 9, 20241 min read
Â
Â


Adisorn O.
Mar 9, 20241 min read
Â
Â


Â
Â


Response to General Dynamic Loadings: Duhamel's Integral
Preview page (A complete paper is attached for download)
Adisorn O.
Mar 6, 20241 min read
Â
Â


Understanding 3D Frame Element in Structural Analysis
Citation: Adisorn Owatsiriwong (2024). Understanding 3D Frame Element in Structural Analysis (https://www.mathworks.com/matlabcentral/fil...
Adisorn O.
Feb 26, 20241 min read
Â
Â


Compute the Minimum Distance between 2 sets of coordinates
The code will compute and get the minimum distance between 2 sets of arbitrary numbers of points in 2D space. It also draws the lines...
Adisorn O.
Feb 24, 20241 min read
Â
Â


Firefly Algorithm: Part 3 -- Design Example
Fig.2 Convergence plot (n = 20, maxGen = 20) This design example shows how the Firefly algorithm can be applied to the gravity wall...
Adisorn O.
Feb 23, 20241 min read
Â
Â


Introduction to Julia and comparison with MATLAB syntax
OpenAI. (2024). ChatGPT (4) [Large language model]. https://chat.openai.com Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and Alan...
Adisorn O.
Feb 23, 20243 min read
Â
Â


Firefly Algorithm: Part 2 -- Algorithm explained
It is convenient to explain the algorithm from the pseudo code. Considering the algorithm of Firely as given in Yang (2008). Randomly...
Adisorn O.
Feb 23, 20241 min read
Â
Â
bottom of page

