Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Applied Mathematics

Institution
Keyword
Publication Year
Publication
Publication Type
File Type

Articles 3121 - 3150 of 7997

Full-Text Articles in Physical Sciences and Mathematics

Understanding Angiography-Based Aneurysm Flow Fields Through Comparison With Computational Fluid Dynamics, Juan R. Cebral, F. Mut, Bong Jae Chung, L. Spelle, J. Moret, F. Van Nijnatten, D. Ruijters Jun 2017

Understanding Angiography-Based Aneurysm Flow Fields Through Comparison With Computational Fluid Dynamics, Juan R. Cebral, F. Mut, Bong Jae Chung, L. Spelle, J. Moret, F. Van Nijnatten, D. Ruijters

Department of Applied Mathematics and Statistics Faculty Scholarship and Creative Works

BACKGROUND AND PURPOSE: Hemodynamics is thought to be an important factor for aneurysm progression and rupture. Our aim was to evaluate whether flow fields reconstructed from dynamic angiography data can be used to realistically represent the main flow structures in intracranial aneurysms. MATERIALS AND METHODS: DSA-based flow reconstructions, obtained during interventional treatment, were compared qualitatively with flow fields obtained from patient-specific computational fluid dynamics models and quantitatively with projections of the computational fluid dynamics fields (by computing a directional similarity of the vector fields) in 15 cerebral aneurysms. RESULTS: The average similarity between the DSA and the projected computational fluid …


Finite Difference Schemes For Variable Order Time-Fractional First Initial Boundary Value Problems, Gunvant A. Birajdar, M. M. Rashidi Jun 2017

Finite Difference Schemes For Variable Order Time-Fractional First Initial Boundary Value Problems, Gunvant A. Birajdar, M. M. Rashidi

Applications and Applied Mathematics: An International Journal (AAM)

The aim of the study is to obtain the numerical solution of first initial boundary value problem (IBVP) for semi-linear variable order fractional diffusion equation by using different finite difference schemes. We developed the three finite difference schemes namely explicit difference scheme, implicit difference scheme and Crank-Nicolson difference scheme, respectively for variable order type semi-linear diffusion equation. For this scheme the stability as well as convergence are studied via Fourier method. At the end, solution of some numerical examples are discussed and represented graphically using Matlab.


Frechet Differentiable Norm And Locally Uniformly Rotund Renormings, Gaj R. Damai, Prakash M. Bajracharya Jun 2017

Frechet Differentiable Norm And Locally Uniformly Rotund Renormings, Gaj R. Damai, Prakash M. Bajracharya

Applications and Applied Mathematics: An International Journal (AAM)

In this paper, we study briefly the role played by the locally uniformly rotund (LUR) norm and Frechet differentiability of a norm on the Banach space theory. Our old outstanding open Problem 3.8 mentioned below is the main object of this paper. We study nearly about it and find some additional assumptions on the space attached with this problem to obtain its positive or negative answer. We investigate different results related to these norms and their duals on different settings. In particular, we introduce reflexive spaces, Banach spaces with unconditional basis, weakly locally uniformly rotund (WLUR) norm, Almost locally uniformly …


Numerical Solution Of Fractional Elliptic Pde's By The Collocation Method, Fuat Usta Jun 2017

Numerical Solution Of Fractional Elliptic Pde's By The Collocation Method, Fuat Usta

Applications and Applied Mathematics: An International Journal (AAM)

In this presentation a numerical solution for the solution of fractional order of elliptic partial differential equation in R2 is proposed. In this method we use the Radial basis functions (RBFs) method to benefit the desired properties of mesh free techniques such as no need to generate any mesh and easily applied to multi dimensions. In the numerical solution approach the RBF collocation method is used to discrete fractional derivative terms with the Gaussian basis function. Two dimensional numerical examples are presented and discussed, which conform well with the corresponding exact solutions.


A Simple Linear Time Algorithm For Computing A 1-Median On Cactus Graphs, Kien T. Nguyen, Pham V. Chien, Ly H. Hai, Huynh D. Quoc Jun 2017

A Simple Linear Time Algorithm For Computing A 1-Median On Cactus Graphs, Kien T. Nguyen, Pham V. Chien, Ly H. Hai, Huynh D. Quoc

Applications and Applied Mathematics: An International Journal (AAM)

We address the problem of finding a 1-median on a cactus graph. The problem has already been solved in linear time by the algorithms of Burkard and Krarup (1998), and Lan and Wang (2000). These algorithms are complicated and need efforts. Hence, we develop in this paper a simpler algorithm. First, we construct a condition for a cycle that contains a 1-median or for a vertex that is indeed a 1-median of the cactus. Based on this condition, we localize the search for deriving a 1-median on the underlying cactus. Complexity analysis shows that the approach runs in linear time.


Application Of Kudryashov Method For The Ito Equations, Mozhgan Akbari Jun 2017

Application Of Kudryashov Method For The Ito Equations, Mozhgan Akbari

Applications and Applied Mathematics: An International Journal (AAM)

In this present work, the Kudryashov method is used to construct exact solutions of the (1+1)- dimensional and the (1+2)-dimensional form of the generalized Ito integro-differential equation. The Kudryashov method is a powerful method for obtaining exact solutions of nonlinear evolution equations. This method can be applied to non-integrable equations as well as integrable ones.


Asymptotic Behavior Of Waves In A Nonuniform Medium, Nezam Iraniparast, Lan Nguyen, Mikhail Khenner Jun 2017

Asymptotic Behavior Of Waves In A Nonuniform Medium, Nezam Iraniparast, Lan Nguyen, Mikhail Khenner

Applications and Applied Mathematics: An International Journal (AAM)

An incoming wave on an infinite string, that has uniform density except for one or two jump discontinuities, splits into transmitted and reflected waves. These waves can explicitly be described in terms of the incoming wave with changes in the amplitude and speed. But when a string or membrane has continuous inhomogeneity in a finite region the waves can only be approximated or described asymptotically. Here, we study the cases of monochromatic waves along a nonuniform density string and plane waves along a membrane with nonuniform density. In both cases the speed of the physical system is assumed to tend …


Highly Hamiltonian Graphs And Digraphs, Zhenming Bi Jun 2017

Highly Hamiltonian Graphs And Digraphs, Zhenming Bi

Dissertations

A cycle that contains every vertex of a graph or digraph is a Hamiltonian cycle. A graph or digraph containing such a cycle is itself called Hamiltonian. This concept is named for the famous Irish physicist and mathematician Sir William Rowan Hamilton. These graphs and digraphs have been the subject of study for over six decades. In this dissertation, we study graphs and digraphs with even stronger Hamiltonian properties, namely highly Hamiltonian graphs and digraphs.


Revisiting Assert Use In Github Projects, Pavneet Singh Kochhar, David Lo Jun 2017

Revisiting Assert Use In Github Projects, Pavneet Singh Kochhar, David Lo

Research Collection School Of Computing and Information Systems

Assertions are often used to test the assumptions that developers have about a program. An assertion contains a boolean expression which developers believe to be true at a particular program point. It throws an error if the expression is not satisfied, which helps developers to detect and correct bugs. Since assertions make developer assumptions explicit, assertions are also believed to improve under-standability of code. Recently, Casalnuovo et al. analyse C and C++ programs to understand the relationship between assertion usage and defect occurrence. Their results show that asserts have a small effect on reducing the density of bugs and developers …


Scalable And Fully Distributed Localization In Large-Scale Sensor Networks, Miao Jin, Su Xia, Hongyi Wu, Xianfeng David Gu Jun 2017

Scalable And Fully Distributed Localization In Large-Scale Sensor Networks, Miao Jin, Su Xia, Hongyi Wu, Xianfeng David Gu

Electrical & Computer Engineering Faculty Publications

This work proposes a novel connectivity-based localization algorithm, well suitable for large-scale sensor networks with complex shapes and a non-uniform nodal distribution. In contrast to current state-of-the-art connectivity-based localization methods, the proposed algorithm is highly scalable with linear computation and communication costs with respect to the size of the network; and fully distributed where each node only needs the information of its neighbors without cumbersome partitioning and merging process. The algorithm is theoretically guaranteed and numerically stable. Moreover, the algorithm can be readily extended to the localization of networks with a one-hop transmission range distance measurement, and the propagation of …


Fast Algorithms On Random Matrices And Structured Matrices, Liang Zhao Jun 2017

Fast Algorithms On Random Matrices And Structured Matrices, Liang Zhao

Dissertations, Theses, and Capstone Projects

Randomization of matrix computations has become a hot research area in the big data era. Sampling with randomly generated matrices has enabled fast algorithms to perform well for some most fundamental problems of numerical algebra with probability close to 1. The dissertation develops a set of algorithms with random and structured matrices for the following applications: 1) We prove that using random sparse and structured sampling enables rank-r approximation of the average input matrix having numerical rank r. 2) We prove that Gaussian elimination with no pivoting (GENP) is numerically safe for the average nonsingular and well-conditioned matrix preprocessed with …


Table Of Contents (2017), Association Of Christians In The Mathematical Sciences May 2017

Table Of Contents (2017), Association Of Christians In The Mathematical Sciences

ACMS Conference Proceedings 2017

No abstract provided.


Association Of Christians In The Mathematical Sciences Proceedings 2017, Association Of Christians In The Mathematical Sciences May 2017

Association Of Christians In The Mathematical Sciences Proceedings 2017, Association Of Christians In The Mathematical Sciences

ACMS Conference Proceedings 2017

The conference proceedings of the Association of Christians in the Mathematical Sciences biannual conference, May 31-June 2, 2017 at Charleson Southern University.


Conference Schedule (2017), Association Of Christians In The Mathematical Sciences May 2017

Conference Schedule (2017), Association Of Christians In The Mathematical Sciences

ACMS Conference Proceedings 2017

No abstract provided.


Measuring The Reflection Matrix Of A Rough Surface, Kenneth W. Burgi, Michael A. Marciniak, Mark E. Oxley, Stephen E. Nauyoks May 2017

Measuring The Reflection Matrix Of A Rough Surface, Kenneth W. Burgi, Michael A. Marciniak, Mark E. Oxley, Stephen E. Nauyoks

Faculty Publications

Phase modulation methods for imaging around corners with reflectively scattered light required illumination of the occluded scene with a light source either in the scene or with direct line of sight to the scene. The RM (reflection matrix) allows control and refocusing of light after reflection, which could provide a means of illuminating an occluded scene without access or line of sight. Two optical arrangements, one focal-plane, the other an imaging system, were used to measure the RM of five different rough-surface reflectors. Intensity enhancement values of up to 24 were achieved. Surface roughness, correlation length, and slope were examined …


Uncovering Functional Relationships In Leukemia, Reginald Mcgee May 2017

Uncovering Functional Relationships In Leukemia, Reginald Mcgee

Biology and Medicine Through Mathematics Conference

No abstract provided.


Modeling Hiv Dynamics Following 3bnc117 Antibody Infusion, Samantha Erwin May 2017

Modeling Hiv Dynamics Following 3bnc117 Antibody Infusion, Samantha Erwin

Biology and Medicine Through Mathematics Conference

No abstract provided.


On The Analysis Of The Sir Epidemic Model For Small Networks: An Application In Hospital Settings, Martin Lopez-Garcia May 2017

On The Analysis Of The Sir Epidemic Model For Small Networks: An Application In Hospital Settings, Martin Lopez-Garcia

Biology and Medicine Through Mathematics Conference

No abstract provided.


Balanced Excitation And Inhibition Shapes The Dynamics Of A Neuronal Network For Movement And Reward, Anca R. Radulescu May 2017

Balanced Excitation And Inhibition Shapes The Dynamics Of A Neuronal Network For Movement And Reward, Anca R. Radulescu

Biology and Medicine Through Mathematics Conference

No abstract provided.


Oscillations In Epidemic Models With Spread Of Awareness, Ying Xin May 2017

Oscillations In Epidemic Models With Spread Of Awareness, Ying Xin

Biology and Medicine Through Mathematics Conference

No abstract provided.


Analyzing Sexual Transmission In The Spread Of The Zika Virus In Colombia, Victoria M. Kelley May 2017

Analyzing Sexual Transmission In The Spread Of The Zika Virus In Colombia, Victoria M. Kelley

Biology and Medicine Through Mathematics Conference

No abstract provided.


A Single Shape From Multiple Cues: How Local And Global Information Organizes Shape Inference, Benjamin Kunsberg, Steven W. Zucker May 2017

A Single Shape From Multiple Cues: How Local And Global Information Organizes Shape Inference, Benjamin Kunsberg, Steven W. Zucker

MODVIS Workshop

No abstract provided.


High Performance Computation Of Cardiac Models In Real-Time Using Webgl, Abouzar Kaboudian, Flavio H. Fenton May 2017

High Performance Computation Of Cardiac Models In Real-Time Using Webgl, Abouzar Kaboudian, Flavio H. Fenton

Biology and Medicine Through Mathematics Conference

No abstract provided.


The Role Of E-Antigen In Hepatitiv B Virus Infection, Mirjam Sarah Kadelka May 2017

The Role Of E-Antigen In Hepatitiv B Virus Infection, Mirjam Sarah Kadelka

Biology and Medicine Through Mathematics Conference

No abstract provided.


Applying Fmri Complexity Analyses To The Single-Subject: A Case Study For Proposed Neurodiagnostics, Anca R. Radulescu, Emily R. Hannon May 2017

Applying Fmri Complexity Analyses To The Single-Subject: A Case Study For Proposed Neurodiagnostics, Anca R. Radulescu, Emily R. Hannon

Biology and Medicine Through Mathematics Conference

No abstract provided.


An Interdisciplinary Approach To Computational Neurostimulation, Madison Guitard May 2017

An Interdisciplinary Approach To Computational Neurostimulation, Madison Guitard

Biology and Medicine Through Mathematics Conference

No abstract provided.


Noisy Neural Oscillators With Intrinsic And Network Heterogeneity, Kyle P. Wendling, Cheng Ly May 2017

Noisy Neural Oscillators With Intrinsic And Network Heterogeneity, Kyle P. Wendling, Cheng Ly

Biology and Medicine Through Mathematics Conference

No abstract provided.


A Large Reaction-Diffusion Model For Cell Polarization In Yeast, Marissa Renardy May 2017

A Large Reaction-Diffusion Model For Cell Polarization In Yeast, Marissa Renardy

Biology and Medicine Through Mathematics Conference

No abstract provided.


Evolution Of Influenza H3n2: A Random Walk In High Dimensions, James R. Moore May 2017

Evolution Of Influenza H3n2: A Random Walk In High Dimensions, James R. Moore

Biology and Medicine Through Mathematics Conference

No abstract provided.


A Model For A Parameter Related To Free Virus Production From Infected Target Cells, Evan C. Haskell May 2017

A Model For A Parameter Related To Free Virus Production From Infected Target Cells, Evan C. Haskell

Biology and Medicine Through Mathematics Conference

No abstract provided.