<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ArticleSet PUBLIC "-//NLM//DTD PubMed 2.7//EN" "https://dtd.nlm.nih.gov/ncbi/pubmed/in/PubMed.dtd">
<ArticleSet>
<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>04</Month>
					<Day>20</Day>
				</PubDate>
			</Journal>
<ArticleTitle>Solving the Fokker-Planck Equation with Neural Networks: A Performance Improvement Approach</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>1</FirstPage>
			<LastPage>11</LastPage>
			<ELocationID EIdType="pii">476</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.967.1130</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Hassan </FirstName>
					<LastName>Dana Mazraeh</LastName>
<Affiliation>Department of Computer and Data Sciences, Faculty of Mathematical Sciences, Shahid Beheshti University, Tehran, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Pegah </FirstName>
					<LastName>Motaharinezhad</LastName>
<Affiliation>Department of Computer and Data Sciences, Faculty of Mathematical Sciences, Shahid Beheshti University, Tehran, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Nafiseh </FirstName>
					<LastName>Daneshian</LastName>
<Affiliation>Department of Computer and Data Sciences, Faculty of Mathematical Sciences, Shahid Beheshti University, Tehran, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Kourosh </FirstName>
					<LastName>Parand</LastName>
<Affiliation>Department of Computer and Data Sciences, Faculty of Mathematical Sciences, Shahid Beheshti University, Tehran, Iran; Department of Cognitive Modeling, Institute for Cognitive and Brain Sciences, Shahid Beheshti University, Tehran, Iran</Affiliation>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>02</Month>
					<Day>27</Day>
				</PubDate>
			</History>
		<Abstract>The Fokker-Planck equation models the evolution of probability densities in fields such as physics, biology, and finance. Traditional numerical methods for solving this equation can be computationally expensive and struggle with complex, high-dimensional problems. In this work, we propose a Physics-Informed Neural Networks (PINNs) approach to efficiently approximate solutions of the Fokker-Planck equation. Our method employs a fully connected feedforward neural network using two activation functions--Tanh and SiLU--with fixed learning rates (0.001 for Tanh and 0.01 for SiLU) and varied spatial discretization. The loss function is designed to enforce the governing differential equation as well as the initial and boundary conditions. Experimental results, evaluated using standard error metrics (RMS, Relative $L_2$-Norm Error, and MAE), demonstrate that our PINN approach achieves competitive accuracy with improved convergence and lower computational costs compared to traditional methods. This study underscores the potential of neural network-based solvers for complex differential equations and sets the stage for future optimization.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Partial differential equations</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Fokker-Planck equation</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Neural Networks</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Physics-informed neural networks</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_476_9c8e5e69a0af2b426668d0c187d4ba8d.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>04</Month>
					<Day>20</Day>
				</PubDate>
			</Journal>
<ArticleTitle>Solving the Transportation Problem using Meta-Heuristic Algorithms</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>12</FirstPage>
			<LastPage>19</LastPage>
			<ELocationID EIdType="pii">477</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.956.1129</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Ahmad </FirstName>
					<LastName>Aliyari Boroujeni</LastName>
<Affiliation>Department of Mathematics and Computer Science, Faculty of Sciences, University of Zanjan, Zanjan, Iran</Affiliation>
<Identifier Source="ORCID">0000-0002-9318-3920</Identifier>

</Author>
<Author>
					<FirstName>Mohammad Reza </FirstName>
					<LastName>Ghaemi</LastName>
<Affiliation>Department of Mathematics and Computer Science, Faculty of Sciences, University of Zanjan, Zanjan, Iran</Affiliation>
<Identifier Source="ORCID">0009-0003-1490-0317</Identifier>

</Author>
<Author>
					<FirstName>Reza </FirstName>
					<LastName>Pourgholi</LastName>
<Affiliation>School of Mathematics and Computer Sciences, Damghan University, P.O. Box 36715-364, Damghan, Iran</Affiliation>
<Identifier Source="ORCID">0000-0003-4111-5130</Identifier>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>02</Month>
					<Day>15</Day>
				</PubDate>
			</History>
		<Abstract>In this paper, the transportation problem is thoroughly analyzed and solved using three different meta-heuristic algorithms. The transportation problem, a fundamental optimization issue in operations research, involves determining the most efficient way to distribute goods from multiple supply sources to multiple destinations while minimizing overall transportation costs. Traditional exact methods may struggle to provide solutions in a reasonable time frame, especially as the size and complexity of the problem grow. In contrast, meta-heuristic algorithms offer the potential to find near-optimal solutions more efficiently, making them a valuable approach for large-scale problems. This study focuses on three algorithms: Genetic Algorithm (GA), Teaching-Learning-Based Optimization (TLBO), and an improved variant of TLBO known as ITLBO. Each of these algorithms was applied to the transportation problem, and their performance was evaluated in terms of solution quality, convergence speed, and computational efficiency. The results demonstrate that while all three algorithms can solve the transportation problem, ITLBO consistently outperforms GA and TLBO {in terms of accuracy}. Specifically, ITLBO shows a faster convergence to the optimal solution and a significant reduction in execution time, particularly for large problem instances. The improved efficiency of ITLBO makes it a more practical and scalable option for solving complex transportation problems. </Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Transportation problem</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Teaching-Learning Based Optimization</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Meta-heuristic algorithms</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Operations research</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_477_4080100aa5a4fe71c0561f60e37756ce.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>04</Month>
					<Day>20</Day>
				</PubDate>
			</Journal>
<ArticleTitle>A Pseudo-Spectral Approach to Solving the Fractional Cable Equation Using Lagrange Polynomials</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>20</FirstPage>
			<LastPage>33</LastPage>
			<ELocationID EIdType="pii">478</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.946.1126</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Soheila </FirstName>
					<LastName>Mirzaei</LastName>
<Affiliation>Department of Mathematics, Faculty of Sciences, University of Zanjan, Zanjan, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Ali </FirstName>
					<LastName>Shokri</LastName>
<Affiliation>Department of Mathematics, Faculty of Sciences, University of Zanjan, Zanjan, Iran</Affiliation>
<Identifier Source="ORCID">0000-0002-5942-5260</Identifier>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>01</Month>
					<Day>23</Day>
				</PubDate>
			</History>
		<Abstract>This paper focuses on addressing the fractional cable equation through the pseudo-spectral method, providing an innovative approach for solving problems in fractional calculus. The proposed method utilizes Lagrange polynomials at Chebyshev points to approximate spatial derivatives, ensuring high computational precision. One of the noteworthy features of this study is the time discretization scheme introduced, which is unconditionally stable and boasts a convergence order of $\mathcal{O}(\tau^2)$. Such stability is crucial for solving time-dependent fractional differential equations, especially when long-term simulations are required. Pseudo-spectral methods are known for their exponential accuracy, and the approach detailed in this paper exemplifies this capability. To demonstrate the robustness and reliability of the proposed technique, several numerical examples are presented. These examples highlight the method&#039;s efficiency in achieving highly accurate solutions with minimal computational effort. By leveraging spectral techniques, this research offers insights into solving fractional differential equations with greater precision, paving the way for future advancements in this field. The outcomes underscore the proposed method&#039;s effectiveness and emphasize its potential applicability to a broad range of scientific and engineering problems.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Pseudo-spectral method</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Fractional cable equation</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Lagrange polynomials</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Chebyshev points</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Fractional derivatives</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_478_da3a107eec886bd35a06d233e7560b1c.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>05</Month>
					<Day>17</Day>
				</PubDate>
			</Journal>
<ArticleTitle>Enhancing Kernel Ridge Regression Models with Compact Support Wendland Functions</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>34</FirstPage>
			<LastPage>47</LastPage>
			<ELocationID EIdType="pii">482</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.916.1123</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Zahra </FirstName>
					<LastName>Behdani</LastName>
<Affiliation>Department of Mathematics and statistics, Behbahan Khatam Alanbia University of Technology, Khouzestan, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Majid </FirstName>
					<LastName>Darehmiraki</LastName>
<Affiliation>Department of Mathematics and statistics, Behbahan Khatam Alanbia University of Technology, Khouzestan, Iran</Affiliation>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2024</Year>
					<Month>11</Month>
					<Day>30</Day>
				</PubDate>
			</History>
		<Abstract>Radial Basis Functions (RBFs) have gained significant attention in various machine learning applications, including regression modeling, due to their ability to approximate complex, nonlinear relationships. RBFs offer a flexible approach to capturing intricate dependencies between input features and the target variable, making them particularly useful in high-dimensional and nonparametric settings. This paper investigates the use of a specific class of compactly supported RBFs, known as Wendland functions, within the framework of kernel ridge regression (KRR). We discuss their theoretical advantages—such as sparsity enforcement and computational efficiency as well as practical challenges, including parameter selection and scalability. A comprehensive overview of RBFs is provided, along with their mathematical formulation and a comparison of different RBF kernels in terms of smoothness and locality. We detail the integration of Wendland functions into KRR models, emphasizing their suitability for problems requiring robustness and interpretability. Through extensive simulation studies, the performance of the proposed approach is evaluated against conventional RBF kernels and other widely used regression techniques. Our results demonstrate that Wendland-based KRR achieves competitive accuracy while offering improved stability in the presence of noise and outliers. Furthermore, real-world case studies illustrate the effectiveness of Wendland functions in handling datasets with high collinearity, where traditional kernels often struggle. The practical implications of our findings are discussed, along with guidelines for implementation and potential extensions to large-scale or sparse data scenarios. This work contributes to the growing body of research on interpretable and efficient kernel methods, providing insights for both theoretical and applied machine learning practitioners.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Radial Basis function</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Wendland functions</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Compact support</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Regression, Kernel</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_482_df258dc8ae0b92e60a209b02c18af79b.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>05</Month>
					<Day>25</Day>
				</PubDate>
			</Journal>
<ArticleTitle>Approximation Solution to the Heat Conduction Equation in a Rectangular Channel Influenced by Airflow using the Chebyshev Pseudo-Spectral Method</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>48</FirstPage>
			<LastPage>59</LastPage>
			<ELocationID EIdType="pii">484</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.959.1128</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Esmaeil </FirstName>
					<LastName>Yousefi</LastName>
<Affiliation>Department of Mathematics and Computer Science, SR.C., Islamic Azad University, Tehran, Iran</Affiliation>
<Identifier Source="ORCID">0000-0002-0977-7030</Identifier>

</Author>
<Author>
					<FirstName>Mahdi </FirstName>
					<LastName>Azhini</LastName>
<Affiliation>Department of Mathematics and Computer Science, SR.C., Islamic Azad University, Tehran, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Amir Mohammad </FirstName>
					<LastName>Iranbodi</LastName>
<Affiliation>Department of Mathematics and Computer Science, SR.C., Islamic Azad University, Tehran, Iran</Affiliation>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>02</Month>
					<Day>12</Day>
				</PubDate>
			</History>
		<Abstract>In this paper, the approximation of the solution to the one-dimensional convection-diffusion equation is studied as a model for heat transfer in a rectangular channel influenced by airflow. First, the convection-diffusion equation is derived using basic principles of conservation, including convection and diffusion. Then, the existence and uniqueness of the solution to this equation are briefly discussed, taking into account the properties of the convective and diffusive coefficients, boundary conditions, and initial conditions. Numerical solution methods for the problem have been explored by researchers, leading to various approaches. As examples, \cite{Kho,Baz1,Ism,Smit1,Mor1} used the Chebyshev pseudo-spectral method for spatial discretization and the fourth-order Runge-Kutta (RK4) method for temporal discretization to solve this equation. The numerical characteristics of this method, including accuracy, stability, and convergence rate, are analyzed using eigenvalue analysis of the system and stability regions. The results obtained include temperature distribution, absolute error, and a three-dimensional analysis of the temperature distribution in space and time. Additionally, the impact of the time step on the stability of the numerical method has been investigated, and it is shown that the proposed method can achieve desirable accuracy and stability with proper parameter adjustments. This study confirms the effectiveness of the Chebyshev pseudo-spectral method in solving dynamic problems such as heat transfer and related applications providing a foundation for using this method in more complex problems.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Convection-Diffusion equation</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Existence and uniqueness of solution</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Chebyshev Pseudo-Spectral method</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Numerical accuracy and stability</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_484_dafcd3f04224c0a1cb6dc4e06bb1bf16.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>05</Month>
					<Day>31</Day>
				</PubDate>
			</Journal>
<ArticleTitle>Hub Number of Incidence and Power Graph</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>60</FirstPage>
			<LastPage>64</LastPage>
			<ELocationID EIdType="pii">485</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.978.1132</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Abolfazl </FirstName>
					<LastName>Bahmani</LastName>
<Affiliation>Department of Mathematics,  University of Zanjan, Zanjan, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Ozra </FirstName>
					<LastName>Naserian</LastName>
<Affiliation>Department of Mathematics, Zanjan Branch, Islamic Azad university, Zanjan, Iran</Affiliation>
<Identifier Source="ORCID">0000-0003-4888-2965</Identifier>

</Author>
<Author>
					<FirstName>Mohammad Reza </FirstName>
					<LastName>Ghaemi</LastName>
<Affiliation>Department of Mathematics,  University of Zanjan, Zanjan, Iran</Affiliation>
<Identifier Source="ORCID">0009-0003-1490-0317</Identifier>

</Author>
<Author>
					<FirstName>Mohammad Reza </FirstName>
					<LastName>Bonabifard</LastName>
<Affiliation>Department of Mathematics,  University of Zanjan, Zanjan, Iran</Affiliation>
<Identifier Source="ORCID">0009-0009-1205-2661</Identifier>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>03</Month>
					<Day>12</Day>
				</PubDate>
			</History>
		<Abstract>In graph theory, a set $H \subseteq V (G)$ is defined as a hub set if every pair of non-adjacent vertices outside $H$ can be interconnected by a path that exclusively traverses through the internal vertices contained in $H$. The hub number of a graph $G$ refers to the minimal cardinality of such a hub set, providing crucial insights into the structural connectivity of the graph. This paper delves into the exploration of the hub number across various graph structures, specifically focusing on incidence graphs and square graphs, both of which possess unique characteristics impacting their connectivity properties. We establish theoretical bounds for the hub numbers of these graphs, facilitating a clearer understanding of their structural complexities. Furthermore, we derive explicit values for the hub numbers of several special types of graphs, including path graphs, star graphs and complete graphs. Through rigorous analysis and evaluation, this study contributes to the broader field of connectivity in graphs by not only identifying the hub numbers for specific examples but also by proposing methodologies for their computation. These findings have important implications for applications in network design and graph optimization, enhancing the utility of hub sets in practical scenarios.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Hub set</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Connected dominating set</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Incidence graph</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Square graph</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_485_cb9f526f12da836b2ca9c67b28c1627f.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>05</Month>
					<Day>29</Day>
				</PubDate>
			</Journal>
<ArticleTitle>Solving the Fractional HIV Model using Bell Polynomials and the Tau Method</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>65</FirstPage>
			<LastPage>73</LastPage>
			<ELocationID EIdType="pii">486</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.1001.1136</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Reza </FirstName>
					<LastName>Boroghani</LastName>
<Affiliation>Department of Mathematics, Faculty of Mathematics, Statistics and Computer Sciences,
Semnan University, 35195-363, Semnan, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Kazem </FirstName>
					<LastName>Nouri</LastName>
<Affiliation>Department of Mathematics, Faculty of Mathematics, Statistics and Computer Sciences, Semnan University,
35195-363, Semnan, Iran</Affiliation>
<Identifier Source="ORCID">0000-0002-7922-5848</Identifier>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>01</Month>
					<Day>28</Day>
				</PubDate>
			</History>
		<Abstract>This paper introduces a Tau-based numerical approach utilizing Bell polynomials to solve a fractional HIV model involving $CD4^+ T$ cells. The model comprises a system of three fractional nonlinear ordinary differential equations. The method begins with deriving the operational matrix for the fractional derivative of Bell polynomials. Next, any function within the space \(L^2[0,1]\) is approximated using Bell polynomials, and these approximations are substituted into the model equations. The resulting expressions are used to compute Chebyshev collocation points within the interval \([0,1]\). By applying the Tau method along with the boundary conditions, the problem is converted into a system of algebraic equations that can be solved using standard numerical techniques such as Newton&#039;s method. An example is provided to illustrate the accuracy and effectiveness of the proposed method.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Ordinary differential equations</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Bell polynomials</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Tau method</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">operational matrix</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">HIV infection</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_486_3f1802e50a8e2a582a3c90a4af351319.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>06</Month>
					<Day>02</Day>
				</PubDate>
			</Journal>
<ArticleTitle>A Estimation of Ridge-Based in a Type-2 Fuzzy Non-Parametric Regression</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>74</FirstPage>
			<LastPage>88</LastPage>
			<ELocationID EIdType="pii">487</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.982.1133</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Javad </FirstName>
					<LastName>Ghasemian</LastName>
<Affiliation>School of Mathematics and Computer Science, Damghan University, Damghan, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Mahmoud </FirstName>
					<LastName>Moallem</LastName>
<Affiliation>School of Mathematics and Computer Science, Damghan University, Damghan, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Fatemeh </FirstName>
					<LastName>Hamidirad</LastName>
<Affiliation>School of Mathematics and Computer Science, Damghan University, Damghan, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Zahra </FirstName>
					<LastName>Karimi</LastName>
<Affiliation>School of Mathematics and Computer Science, Damghan University, Damghan, Iran</Affiliation>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>03</Month>
					<Day>25</Day>
				</PubDate>
			</History>
		<Abstract>This paper focuses on estimating ridge in a type-2 fuzzy non-parametric regression model that utilizes non-fuzzy inputs, type-2 fuzzy output data, and type-2 fuzzy coefficients within a dual Lagrange space. It begins with definitions of type-2 fuzzy sets (T2FSs) and presents a closed parametric form for complete triangular T2FSs. The proposed framework underpins a local linear smoothing method that incorporates a cross-validation procedure for optimizing ridge parameters and smoothing values. The research advances statistical modeling with type-2 fuzzy systems, offering innovative techniques for regression analysis in complex data situations. The combination of ridge estimation, local linear smoothing, and cross-validation is highlighted for its potential to yield precise results. Our work is able to model complex and nonlinear relationships between variables, which more effectively deals with uncertainties and ambiguities in the data, prevents overfitting, and ultimately improves the accuracy and reliability of predictions. Numerical simulations are included to validate the theoretical findings and demonstrate the method&#039;s effectiveness.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Quasi Type-2 fuzzy numbers</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Type-2 fuzzy nonparametric regression</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Type-2 fuzzy regression</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Ridge estimator</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">local linear smoothing</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_487_d6cba6f23307852927af9536972d9708.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>07</Month>
					<Day>10</Day>
				</PubDate>
			</Journal>
<ArticleTitle>System of Volterra Fredholm Integro-Fractional Differential Equations: Application of Fibonacci Polynomials</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>89</FirstPage>
			<LastPage>101</LastPage>
			<ELocationID EIdType="pii">1859</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.993.1135</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Zahra </FirstName>
					<LastName>Gilani</LastName>
<Affiliation>Department of Mathematics, Faculty of Basic Science, Babol Noshirvani University of Technology, Babol, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Mohsen </FirstName>
					<LastName>Alipour</LastName>
<Affiliation>Department of Mathematics, Faculty of Basic Science, Babol Noshirvani University of Technology, Babol, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Sanaz </FirstName>
					<LastName>Rivaz</LastName>
<Affiliation>Department of Mathematics, Faculty of Basic Science, Babol Noshirvani University of Technology, Babol, Iran</Affiliation>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>04</Month>
					<Day>18</Day>
				</PubDate>
			</History>
		<Abstract>In this paper, we introduce the Fibonacci polynomials (FPs) and approximate functions using them. Furthermore, several lemmas and corollaries present the properties of FPs. Also, we derive the Fibonacci polynomials operational matrix for the fractional derivative in the Caputo sense, which has not been undertaken before.  As applications of the Fibonacci polynomials operational matrix, we solve the system of Volterra Fredholm integro-fractional differential equations. In this scheme, we approximate one and two variable functions based on Fibonacci basis. Then by applying Fibonacci polynomials operational matrix, the system of Volterra Fredholm integro-fractional differential equations is reduced to a system of algebraic equations that is easily solvable with the help of a software (version 13 of the Mathematica software). The obtained results are in good agreement with the exact solutions and with those in literature. As anticipated, the solutions converge to classical solutions as the fractional derivative order approaches integer values.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">System of Fredholm Volterra integro-fractional differential equations</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Fibonacci polynomials</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">operational matrix</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Caputo derivative</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_1859_207062d32665a511549c0cd2470fafb6.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>07</Month>
					<Day>13</Day>
				</PubDate>
			</Journal>
<ArticleTitle>Double Barrier Option Pricing Formulas of an Uncertain Stock Model</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>102</FirstPage>
			<LastPage>113</LastPage>
			<ELocationID EIdType="pii">468</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.958.1127</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Behzad </FirstName>
					<LastName>Abbasi</LastName>
<Affiliation>Department of Mathematics, Faculty of Mathematics, Statistics and Computer Sciences, Semnan University, Iran</Affiliation>
<Identifier Source="ORCID">0009-0008-1247-7291</Identifier>

</Author>
<Author>
					<FirstName>Farahnaz </FirstName>
					<LastName>Omidi</LastName>
<Affiliation>Department of Mathematics, Faculty of Mathematics, Statistics and Computer Sciences, Semnan University, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Kazem </FirstName>
					<LastName>Nouri</LastName>
<Affiliation>Department of Mathematics, Faculty of Mathematics, Statistics and Computer Sciences, Semnan University, Iran</Affiliation>
<Identifier Source="ORCID">0000-0002-7922-5848</Identifier>

</Author>
<Author>
					<FirstName>Leila </FirstName>
					<LastName>Torkzadeh</LastName>
<Affiliation>Department of Mathematics, Faculty of Mathematics, Statistics and Computer Sciences, Semnan University, Iran</Affiliation>
<Identifier Source="ORCID">0000-0002-2504-4048</Identifier>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>05</Month>
					<Day>28</Day>
				</PubDate>
			</History>
		<Abstract>The valuation of options is an essential topic in the financial markets, and barrier options represent a widely utilized category of options that may gain or lose value once the price of the underlying asset hits a specified threshold. A double barrier option includes two barriers, one above and one below the current stock price. It is classified as path dependent due to the fact that the holder&#039;s return is influenced by the stock price&#039;s breach of these barriers. The double barrier option contract defines three specific payoffs, which are contingent upon whether the upper barrier or lower barrier is breached, or if there is no breach of either barrier throughout the option&#039;s duration. In this paper, pricing of the double barrier options when the underlying asset price follows the uncertain stock model is investigated, and also pricing formulas for different types of double barrier options (knock-in and knock-out) are derived by $ \alpha $-paths of uncertain differential equations in the uncertain environment.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Option pricing</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Double barrier option</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Stock model</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Uncertain environment</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Uncertain differential equations</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_468_eee009f52682a7e97bffab243abdf75d.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>08</Month>
					<Day>07</Day>
				</PubDate>
			</Journal>
<ArticleTitle>$C_{0}$-Groups and $C$-Groups on Non-Archimedean Quasi-Banach Spaces</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>114</FirstPage>
			<LastPage>132</LastPage>
			<ELocationID EIdType="pii">1862</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.1021.1137</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Jawad </FirstName>
					<LastName>Ettayb</LastName>
<Affiliation>C. High school of Hauman El fetouaki, Had Soualem, Morocco</Affiliation>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>06</Month>
					<Day>02</Day>
				</PubDate>
			</History>
		<Abstract>In this paper, we introduce and study  $C_{0}$-groups and $C$-groups of bounded linear operators on non-Archimedean quasi-Banach spaces over $\mathbb{K}.$ In particular,  we show some results related to them. In contrast with the classical framework, the parameter of $C_{0}$-groups and $C$-groups families of bounded linear operators belongs to a open ball $\Omega_{r}$ of a non-Archimedean field $\mathbb{K}.$ As an illustration, we shall discuss the solvability of some homogeneous $p$-adic differential equations for $C_{0}$-groups and $C$-groups. Also, we provide some examples to illustrate our study.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Non-Archimedean quasi-Banah spaces</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">$C_{0}$-groups of operators</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Groups of contractions</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">$C$-groups</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_1862_8d9dc940ac50dcbb6002d5a14e2c9a58.pdf</ArchiveCopySource>
</Article>

<Article>
<Journal>
				<PublisherName>Damghan University Press</PublisherName>
				<JournalTitle>Analytical and Numerical Solutions for Nonlinear Equations</JournalTitle>
				<Issn>3060-785X</Issn>
				<Volume>9</Volume>
				<Issue>1</Issue>
				<PubDate PubStatus="epublish">
					<Year>2025</Year>
					<Month>08</Month>
					<Day>08</Day>
				</PubDate>
			</Journal>
<ArticleTitle>Fiscal and Monetary Equilibrium: A Differential Game Between the Government and the Central Bank</ArticleTitle>
<VernacularTitle></VernacularTitle>
			<FirstPage>133</FirstPage>
			<LastPage>149</LastPage>
			<ELocationID EIdType="pii">1863</ELocationID>
			
<ELocationID EIdType="doi">10.22128/ansne.2025.968.1131</ELocationID>
			
			<Language>EN</Language>
<AuthorList>
<Author>
					<FirstName>Behzad </FirstName>
					<LastName>Shahbaie</LastName>
<Affiliation>Department of Mathematics, Semnan University, Semnan 35195-363, Iran</Affiliation>

</Author>
<Author>
					<FirstName>Alireza </FirstName>
					<LastName>Bahiraie</LastName>
<Affiliation>Department of Mathematics, Semnan University, Semnan 35195-363, Iran;
Department of Mathematics, Washington University, St.Louis, MO, USA</Affiliation>

</Author>
</AuthorList>
				<PublicationType>Journal Article</PublicationType>
			<History>
				<PubDate PubStatus="received">
					<Year>2025</Year>
					<Month>03</Month>
					<Day>04</Day>
				</PubDate>
			</History>
		<Abstract>This study employs a differential game-theoretic framework to analyze the strategic interaction between the government and the central bank in the context of public debt management. The core objective is to develop an analytical model that stabilizes government debt by optimizing three critical policy instruments: tax revenue, government spending, and the money supply. A major innovation of this research lies in disaggregating the fiscal deficit into two distinct control variables—taxation and spending, which allows for the derivation of optimal equilibrium trajectories for each. Numerical simulations, based on a 20-year dataset from the United States, reveal key differences in outcomes depending on the degree of independence or interdependence between fiscal instruments. When tax revenue and government spending are treated as independent from the monetary authority, the model converges to equilibrium values of 0.8992 for public debt, 0.0982 for the fiscal deficit, and 0.1288 for the monetary base. Conversely, when tax and spending decisions are jointly determined as components of the fiscal deficit, the corresponding equilibrium values shift slightly to 0.8975, 0.0852, and 0.1157, respectively. These findings suggest that enhanced coordination between the fiscal authority’s instruments and the central bank’s control over money creation can improve debt sustainability and overall macroeconomic stability. While the empirical focus is on the U.S. economy, the proposed framework offers a flexible foundation for evaluating fiscal-monetary dynamics in other institutional settings.</Abstract>
		<ObjectList>
			<Object Type="keyword">
			<Param Name="value">Monetary and fiscal policies</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Public debt</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Cooperative games</Param>
			</Object>
			<Object Type="keyword">
			<Param Name="value">Differential games</Param>
			</Object>
		</ObjectList>
<ArchiveCopySource DocType="pdf">https://ansne.du.ac.ir/article_1863_29f7cbf341fb9a355e2058e114d128bb.pdf</ArchiveCopySource>
</Article>
</ArticleSet>
