首页 > 最新文献

Current Topics on Mathematics and Computer Science Vol. 6最新文献

英文 中文
Study on Vector Operations Transform into Matrix Operations 向量运算转化为矩阵运算的研究
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/3452F
F. Chang
{"title":"Study on Vector Operations Transform into Matrix Operations","authors":"F. Chang","doi":"10.9734/BPI/CTMCS/V6/3452F","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/3452F","url":null,"abstract":"","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"82 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127193329","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Approximation of Common Fixed Points of Two Multivalued Nonexpansive Mappings in Cat (0) Spaces Cat(0)空间中两个多值非膨胀映射的公共不动点逼近
Pub Date : 2021-07-21 DOI: 10.9734/bpi/ctmcs/v6/3207f
Makbule Kaplan
{"title":"Approximation of Common Fixed Points of Two Multivalued Nonexpansive Mappings in Cat (0) Spaces","authors":"Makbule Kaplan","doi":"10.9734/bpi/ctmcs/v6/3207f","DOIUrl":"https://doi.org/10.9734/bpi/ctmcs/v6/3207f","url":null,"abstract":"","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"42 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131966303","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Study on Proposed Resource Allocation Management for Cloud Computing Using Tabu Search Algorithm 基于禁忌搜索算法的云计算资源分配管理研究
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/11081D
Imran Alam, M. Pandey, S. Rautaray
Cloud computing is an emerging technology that provides computing resources depending on user demand. Some policies can be used to schedule this demand or supply of resources. The management of resource allocation should supply resources in a shorter time and at a lower cost. The services provided by cloud computing are software as service, platform as service and infrastructure as service. A dynamic optimised resource allocation management algorithm is designed in this paper based on three factors: optimum solution, deadline constraint, and cost constraint. The algorithm employs the Tabu Search Algorithm, which is then followed by prioritisation and task grouping.
云计算是一种根据用户需求提供计算资源的新兴技术。可以使用一些策略来安排资源的需求或供应。资源配置管理应以更短的时间和更低的成本提供资源。云计算提供的服务是软件即服务、平台即服务和基础设施即服务。本文基于最优解、期限约束和成本约束三个因素,设计了一种动态优化资源分配管理算法。该算法采用禁忌搜索算法,然后进行优先级排序和任务分组。
{"title":"Study on Proposed Resource Allocation Management for Cloud Computing Using Tabu Search Algorithm","authors":"Imran Alam, M. Pandey, S. Rautaray","doi":"10.9734/BPI/CTMCS/V6/11081D","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/11081D","url":null,"abstract":"Cloud computing is an emerging technology that provides computing resources depending on user demand. Some policies can be used to schedule this demand or supply of resources. The management of resource allocation should supply resources in a shorter time and at a lower cost. The services provided by cloud computing are software as service, platform as service and infrastructure as service. A dynamic optimised resource allocation management algorithm is designed in this paper based on three factors: optimum solution, deadline constraint, and cost constraint. The algorithm employs the Tabu Search Algorithm, which is then followed by prioritisation and task grouping.","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"37 5","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114114093","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
An Algorithm for Generating N-Dimensional Rotation Matrix 一种生成n维旋转矩阵的算法
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/3301F
Ognyan Ivanov Zhelezov
This paper describes a new algorithm for generating an N-dimensional rotation matrix M that rotates a given N-dimensional vector X in the direction of a given N-dimensional vector Y of the same dimension. The N-dimensional Rotation Matrix Generation Algorithm (NRMG) uses two-dimensional rotations to rotate provided vectors X and Y in the direction of coordinate axis x1. Matrix M is created by multiplying matrix MX by the inverse of matrix MY, which rotates the given vectors in the direction of axis x1. RMG algorithm does not determine how the Mx and My matrices are calculated. An algorithm for their calculation using rotations in the coordinate planes is proposed, but they can also be obtained by the Householder transformation, which will be more efficient for "dense" vectors. The prospect of performing parallel calculations of two-dimensional rotations is also investigated.
本文描述了一种生成n维旋转矩阵M的新算法,该旋转矩阵M使给定的n维向量X沿相同维数的给定n维向量Y的方向旋转。n维旋转矩阵生成算法(NRMG)使用二维旋转在坐标轴x1的方向上旋转提供的向量X和Y。矩阵M是由矩阵MX乘以矩阵MY的逆矩阵生成的,它使给定的向量沿x1轴的方向旋转。RMG算法不决定如何计算Mx和My矩阵。提出了一种使用坐标平面上的旋转来计算它们的算法,但它们也可以通过Householder变换来获得,这将对“密集”向量更有效。研究了二维旋转并行计算的前景。
{"title":"An Algorithm for Generating N-Dimensional Rotation Matrix","authors":"Ognyan Ivanov Zhelezov","doi":"10.9734/BPI/CTMCS/V6/3301F","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/3301F","url":null,"abstract":"This paper describes a new algorithm for generating an N-dimensional rotation matrix M that rotates a given N-dimensional vector X in the direction of a given N-dimensional vector Y of the same dimension. The N-dimensional Rotation Matrix Generation Algorithm (NRMG) uses two-dimensional rotations to rotate provided vectors X and Y in the direction of coordinate axis x1. Matrix M is created by multiplying matrix MX by the inverse of matrix MY, which rotates the given vectors in the direction of axis x1. RMG algorithm does not determine how the Mx and My matrices are calculated. An algorithm for their calculation using rotations in the coordinate planes is proposed, but they can also be obtained by the Householder transformation, which will be more efficient for \"dense\" vectors. The prospect of performing parallel calculations of two-dimensional rotations is also investigated.","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"79 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116065407","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Study on the Influence of Longitudinal Diffusion on the Transport of Dust Particles Emitted from a Fixed Source 纵向扩散对固定源发射尘粒输运影响的研究
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/3309F
Khaled S. Al-Mashrafi
The mathematical model for the diffusion of dust particles emitted from a fixed source in the presence of the longitudinal diffusion and absence of latitudinal and vertical diffusions, is investigated. The diffusion of dust particles in the atmosphere is governed by the atmospheric diffusion equation. In the previous paper [1], the general case of the time-dependent diffusion equation in the presence of a point source whose strength is dependent on time, was solved. The calculations showed that the diffusion parameters play an important role in the spread of the dust particles in the atmosphere. In the previous paper, we examined the model in the presence of vertical diffusion and absence of other diffusions to show that for small times, the dust spreads with a front that travels with the speed of the wind. In this study, we shall assume that the flow is a non-zero constant.  In the current paper, the vertical and latitudinal diffusions are absent while the longitudinal diffusion is present. It is found that the solution depends on the source of time dependence. To study the nature of the solution, two special cases of the source are specified. In both cases, it is found that there is no discontinuity front, and the dust particles spread slowly into the direction of the wind.
本文研究了在有纵向扩散和无纵向扩散的情况下,固定源发射的尘粒扩散的数学模型。尘埃粒子在大气中的扩散受大气扩散方程的支配。在之前的文献[1]中,求解了强度随时间变化的点源存在时随时间变化的扩散方程的一般情况。计算表明,扩散参数对尘埃粒子在大气中的扩散起着重要的作用。在上一篇论文中,我们在存在垂直扩散和不存在其他扩散的情况下检验了该模型,结果表明,在很短的时间内,尘埃以风速传播的锋面传播。在本研究中,我们假定流量为非零常数。在本文中,不存在垂直扩散和纬向扩散,而存在纵向扩散。结果表明,求解取决于时间依赖的来源。为了研究解的性质,指定了源的两种特殊情况。在这两种情况下,都发现没有不连续的锋面,尘埃颗粒缓慢地向风的方向扩散。
{"title":"Study on the Influence of Longitudinal Diffusion on the Transport of Dust Particles Emitted from a Fixed Source","authors":"Khaled S. Al-Mashrafi","doi":"10.9734/BPI/CTMCS/V6/3309F","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/3309F","url":null,"abstract":"The mathematical model for the diffusion of dust particles emitted from a fixed source in the presence of the longitudinal diffusion and absence of latitudinal and vertical diffusions, is investigated. The diffusion of dust particles in the atmosphere is governed by the atmospheric diffusion equation. In the previous paper [1], the general case of the time-dependent diffusion equation in the presence of a point source whose strength is dependent on time, was solved. The calculations showed that the diffusion parameters play an important role in the spread of the dust particles in the atmosphere. In the previous paper, we examined the model in the presence of vertical diffusion and absence of other diffusions to show that for small times, the dust spreads with a front that travels with the speed of the wind. In this study, we shall assume that the flow is a non-zero constant.  In the current paper, the vertical and latitudinal diffusions are absent while the longitudinal diffusion is present. It is found that the solution depends on the source of time dependence. To study the nature of the solution, two special cases of the source are specified. In both cases, it is found that there is no discontinuity front, and the dust particles spread slowly into the direction of the wind.","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122089290","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Determination of Range of Outputs Precise of Digits Rounding in SPSS and MS Excel SPSS和MS Excel中数字舍入精度输出范围的确定
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/3347F
Zaher Saif
The concept of this research is calculates rounding and truncate in SPSS and round function in MS Excel for 10 random digits numbers and comparing the results in the two programs with the same digits numbers. Compare the rounding outputs in both programs in four decimal places. The statistical operations done by many specialist programs, by them can do these operations fluently and precisely. There are many functions in such programs can calculate in SAS, STAT and the analytical program SPSS. There is Microsoft Excel program that is calculate like these functions. The level of some programs may be different than others within these functions they are calculating. From these functions are Sum, Average, Maximum and Minimum. Round function is also from these functions that can measure it's accuracy through this research. In this research i chose ten digits numbers and I also chose three criteria under, equal and more than 5. According to that the rounding operations are done based on if wanted decimal place is less, equal or higher than 5. Rounding applied on ten digits using SPSS and MS Excel programs. The outputs findings are the same except that Microsoft Excel is truncating the last zeroes of the digit after the decimal point. Wherever the decimal place specified in the digit is want it will truncate after the decimal point. The SPSS is more precise than MS Excel based on the decimal place in the digit number wanted statistically and analytically.
本研究的概念是用SPSS和MS Excel中的舍入函数对10个随机数字进行舍入和截断计算,并对相同数字的两个程序的结果进行比较。比较两个程序中四舍五入输出的四位小数。由许多专业程序完成的统计操作,通过它们可以流畅、准确地完成这些操作。这些程序中有许多功能可以在SAS, STAT和分析程序SPSS中进行计算。微软的Excel程序就是用来计算这些函数的。在它们所计算的这些函数中,有些程序的级别可能与其他程序不同。这些函数包括Sum, Average, Maximum和Minimum。通过本文的研究,圆形函数也可以从这些函数中衡量其精度。在这个研究中,我选择了十位数,我也选择了三个标准下,等于和大于5。据此,舍入运算是根据所需的小数位数小于、等于或大于5来完成的。使用SPSS和MS Excel程序对十位数进行四舍五入。输出结果是相同的,只是Microsoft Excel截断了小数点后数字的最后一个零。只要在数字中指定了小数点,它就会在小数点后截断。SPSS比MS Excel更精确,基于统计和分析所需数字的小数点。
{"title":"Determination of Range of Outputs Precise of Digits Rounding in SPSS and MS Excel","authors":"Zaher Saif","doi":"10.9734/BPI/CTMCS/V6/3347F","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/3347F","url":null,"abstract":"The concept of this research is calculates rounding and truncate in SPSS and round function in MS Excel for 10 random digits numbers and comparing the results in the two programs with the same digits numbers. Compare the rounding outputs in both programs in four decimal places. The statistical operations done by many specialist programs, by them can do these operations fluently and precisely. There are many functions in such programs can calculate in SAS, STAT and the analytical program SPSS. There is Microsoft Excel program that is calculate like these functions. The level of some programs may be different than others within these functions they are calculating. From these functions are Sum, Average, Maximum and Minimum. Round function is also from these functions that can measure it's accuracy through this research. In this research i chose ten digits numbers and I also chose three criteria under, equal and more than 5. According to that the rounding operations are done based on if wanted decimal place is less, equal or higher than 5. Rounding applied on ten digits using SPSS and MS Excel programs. The outputs findings are the same except that Microsoft Excel is truncating the last zeroes of the digit after the decimal point. Wherever the decimal place specified in the digit is want it will truncate after the decimal point. The SPSS is more precise than MS Excel based on the decimal place in the digit number wanted statistically and analytically.","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124107093","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Computational Approach for Evaluating the Transient Behaviour of M/M (a, b)/1 Bulk Service Queueing System with Working Vacation 带休假的M/M (A, b)/1批量服务排队系统暂态行为评估的计算方法
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/3211F
S. Shanthi, A. Subramanian, Gopal Sekar
A new computational technique is used to evaluate the Transient behaviour of Single Server Bulk Service Queueing System with Working Vacation with arrival rate (lambda) which follows a Poisson process and the service will be in bulk. In this model the server provides two types of services namely normal service and lower service. The normal service time follows an exponential distribution with parameter (mu)1. The lower service rate follows an exponential distribution with parameter (mu)2. The vacation time follows an exponential distribution with parameter (alpha). According to Neuts, the server begins service only when a minimum of ‘a’ customers in the waiting room and a maximum service capacity is ‘b’. An infinitesimal generator matrix is formed for all transitions. Time dependent solutions and Steady state solutions are acquired by using Cayley Hamilton theorem. Numerical studies have been done for Time dependent average number of customers in the queue, Transient probabilities of server in vacation and server busy for several values of t, (lambda), µ1, (mu)2, (alpha), a and b. In this model we have provided transient probability distribution of number of customers in the queue at time t and also time dependent system measures.
采用一种新的计算方法,对到达率为(lambda)的具有工作假期的单服务器批量服务排队系统的瞬态行为进行了评价,该系统遵循泊松过程,服务将是批量的。在这个模型中,服务器提供两种类型的服务,即普通服务和低级服务。正常使用时间服从指数分布,参数为(mu) 1。较低的服务率服从参数(mu) 2的指数分布。休假时间遵循指数分布,参数为(alpha)。根据Neuts的说法,只有当候诊室中最少有“a”名顾客,最大服务容量为“b”时,服务器才会开始服务。对于所有的跃迁都形成了一个无穷小的生成矩阵。利用Cayley Hamilton定理得到了随时间变化的解和稳态解。在此模型中,我们给出了在t、(lambda)、µ1、(mu) 2、(alpha)、a和b几个值下,与时间相关的排队平均顾客数、服务器休假和服务器忙碌的瞬时概率。在此模型中,我们给出了在t时刻排队顾客数的瞬时概率分布以及与时间相关的系统度量。
{"title":"A Computational Approach for Evaluating the Transient Behaviour of M/M (a, b)/1 Bulk Service Queueing System with Working Vacation","authors":"S. Shanthi, A. Subramanian, Gopal Sekar","doi":"10.9734/BPI/CTMCS/V6/3211F","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/3211F","url":null,"abstract":"A new computational technique is used to evaluate the Transient behaviour of Single Server Bulk Service Queueing System with Working Vacation with arrival rate (lambda) which follows a Poisson process and the service will be in bulk. In this model the server provides two types of services namely normal service and lower service. The normal service time follows an exponential distribution with parameter (mu)1. The lower service rate follows an exponential distribution with parameter (mu)2. The vacation time follows an exponential distribution with parameter (alpha). According to Neuts, the server begins service only when a minimum of ‘a’ customers in the waiting room and a maximum service capacity is ‘b’. An infinitesimal generator matrix is formed for all transitions. Time dependent solutions and Steady state solutions are acquired by using Cayley Hamilton theorem. Numerical studies have been done for Time dependent average number of customers in the queue, Transient probabilities of server in vacation and server busy for several values of t, (lambda), µ1, (mu)2, (alpha), a and b. In this model we have provided transient probability distribution of number of customers in the queue at time t and also time dependent system measures.","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"169 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128725138","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Study on Some Theorems of Random Coefficient Models with Laplace Marginals 带拉普拉斯边际的随机系数模型若干定理的研究
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/3423F
Bindu Krishnan
In this article, a first order random coefficient autoregressive model with Laplace distribution as marginal is developed. A random coefficient moving average model of order one with Laplace as marginal distribution is introduced and its properties are studied. By combining the two models, a first order random coefficient autoregressive moving average model with Laplace marginal is developed and discussed its properties. Various theorems based on the new developed models are shown. The simulated sample path is generated from first order autoregressive Laplace process from a set of observations. A first order random coefficient moving average process with generalized Laplace innovations is also obtained.
本文建立了以拉普拉斯分布为边缘的一阶随机系数自回归模型。介绍了一种以拉普拉斯为边际分布的1阶随机系数移动平均模型,并研究了其性质。将这两个模型结合起来,建立了一阶带拉普拉斯边际的随机系数自回归移动平均模型,并讨论了其性质。给出了基于新开发模型的各种定理。模拟的样本路径由一阶自回归拉普拉斯过程从一组观测值生成。得到了具有广义拉普拉斯创新的一阶随机系数移动平均过程。
{"title":"Study on Some Theorems of Random Coefficient Models with Laplace Marginals","authors":"Bindu Krishnan","doi":"10.9734/BPI/CTMCS/V6/3423F","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/3423F","url":null,"abstract":"In this article, a first order random coefficient autoregressive model with Laplace distribution as marginal is developed. A random coefficient moving average model of order one with Laplace as marginal distribution is introduced and its properties are studied. By combining the two models, a first order random coefficient autoregressive moving average model with Laplace marginal is developed and discussed its properties. Various theorems based on the new developed models are shown. The simulated sample path is generated from first order autoregressive Laplace process from a set of observations. A first order random coefficient moving average process with generalized Laplace innovations is also obtained.","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128909770","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Study on Singularity Induced Interior Stokes Flows 奇点诱导内斯托克斯流动的研究
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/3305F
N. Akhtar, G. A. H. Chowdhury
Three complex variable circle theorems for studying the two-dimensional Stokes flows interior to a circular cylinder are presented. These theorems are formulated in terms of the complex velocities of the fundamental singularities in an unbounded incompressible viscous fluid. Illustrative examples are given to demonstrate their usefulness.
给出了研究二维圆柱体内部斯托克斯流的三个复变圆定理。这些定理是用无界不可压缩粘性流体中基本奇点的复速度来表示的。举例说明了它们的实用性。
{"title":"Study on Singularity Induced Interior Stokes Flows","authors":"N. Akhtar, G. A. H. Chowdhury","doi":"10.9734/BPI/CTMCS/V6/3305F","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/3305F","url":null,"abstract":"Three complex variable circle theorems for studying the two-dimensional Stokes flows interior to a circular cylinder are presented. These theorems are formulated in terms of the complex velocities of the fundamental singularities in an unbounded incompressible viscous fluid. Illustrative examples are given to demonstrate their usefulness.","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125467594","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Determination of a Special Case of Symmetric Matrices and Their Applications 对称矩阵的一种特殊情况的确定及其应用
Pub Date : 2021-07-21 DOI: 10.9734/BPI/CTMCS/V6/3302F
Ognyan Ivanov Zhelezov
This article presents a special case of symmetric matrices, matrices of transpositions (Tr matrices) that are created from the elements of given n-dimensional vector XIRn, n=2m, mIN. Has been proved that Tr matrices are symmetric and persymmetric. Has been proposed algorithm for obtaining matrices of transpositions with mutually orthogonal rows (Trs matrices) of dimensions 2, 4, and 8 as Hadamard product of Tr matrix and matrix of Hadamard and has been investigated their application for QR decomposition and n-dimensional rotation matrix generation. Tests and analysis of the algorithm show that obtaining an orthogonal Trs matrix of sizes 4 and 8 that rotates a given vector to the direction of one of the coordinate axes requires less processing time than obtaining a Housholder matrix of the same size. This makes the Tr and Trs matrices useful in matrix calculations.
本文给出了对称矩阵的一种特殊情况,即由给定n维向量XIRn, n=2m, mIN的元素构成的转置矩阵(Tr矩阵)。证明了Tr矩阵是对称的和过对称的。提出了以Tr矩阵与Hadamard矩阵的Hadamard积作为2、4、8维相互正交的转置矩阵(Trs矩阵)的算法,并研究了其在QR分解和n维旋转矩阵生成中的应用。对该算法的测试和分析表明,与获得相同大小的householder矩阵相比,获得大小为4和8的正交Trs矩阵所需的处理时间更少,该正交Trs矩阵将给定向量旋转到其中一个坐标轴的方向。这使得Tr和Trs矩阵在矩阵计算中很有用。
{"title":"Determination of a Special Case of Symmetric Matrices and Their Applications","authors":"Ognyan Ivanov Zhelezov","doi":"10.9734/BPI/CTMCS/V6/3302F","DOIUrl":"https://doi.org/10.9734/BPI/CTMCS/V6/3302F","url":null,"abstract":"This article presents a special case of symmetric matrices, matrices of transpositions (Tr matrices) that are created from the elements of given n-dimensional vector XIRn, n=2m, mIN. Has been proved that Tr matrices are symmetric and persymmetric. Has been proposed algorithm for obtaining matrices of transpositions with mutually orthogonal rows (Trs matrices) of dimensions 2, 4, and 8 as Hadamard product of Tr matrix and matrix of Hadamard and has been investigated their application for QR decomposition and n-dimensional rotation matrix generation. Tests and analysis of the algorithm show that obtaining an orthogonal Trs matrix of sizes 4 and 8 that rotates a given vector to the direction of one of the coordinate axes requires less processing time than obtaining a Housholder matrix of the same size. This makes the Tr and Trs matrices useful in matrix calculations.","PeriodicalId":364643,"journal":{"name":"Current Topics on Mathematics and Computer Science Vol. 6","volume":"1071 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116019187","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Current Topics on Mathematics and Computer Science Vol. 6
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1