........We arrive at the following results which provide the sine and cosine transforms of the H-function

$$\int_{0}^{\infty}x^{\rho}\sin (ax)H_{p,q}^{m,n}\bigg[bx^{\sigma}\Bigg|{}_{(b_{q},B_{q})}^{(a_{p},A_{p})}\Bigg]dx=\frac{2^{\rho-1}\sqrt{\pi}}{a^{\rho}}H_{p+2,q}^{m,n+1}\Bigg[b\left(\frac{2}{a}\right)^{\sigma}\Bigg|{}_{(b_{q},B_{q})}^{(\frac{1-\rho}{2},\frac{\rho}{2}),(a_{p},A_{p}),(\frac{2-\rho}{2},\frac{\rho}{2}}\Bigg]$$

where $a,\alpha,\sigma>0,\rho,b\in C,|\arg b|<\frac{\pi \alpha}{2}$,

$$Re(\rho)+\sigma \min_{1\leq j\leq m}Re\left(\frac{b_{j}}{B_{j}}\right)>-1;Re(\rho)+\sigma\max_{1\leq j\leq n}\frac{a_{j}-1}{A_{j}}<1$$

And

$$\int_{0}^{\infty}x^{\rho}\cos (ax)H_{p,q}^{m,n}\bigg[bx^{\sigma}\Bigg|{}_{(b_{q},B_{q})}^{(a_{p},A_{p})}\Bigg]dx=\frac{2^{\rho-1}\sqrt{\pi}}{a^{\rho}}H_{p+2,q}^{m,n+1}\Bigg[b\left(\frac{2}{a}\right)^{\sigma}\Bigg|{}_{(b_{q},B_{q})}^{(\frac{2-\rho}{2},\frac{\rho}{2}),(a_{p},A_{p}),(\frac{1-\rho}{2},\frac{\rho}{2})}\Bigg]$$

where $a,\alpha,\sigma>0,\rho,b\in C,|\arg b|<\frac{\pi \alpha}{2}$,

$$Re(\rho)+\sigma \min_{1\leq j\leq m}Re\left(\frac{b_{j}}{B_{j}}\right)>0;Re(\rho)+\sigma\max_{1\leq j\leq n}\frac{a_{j}-1}{A_{j}}<1$$

Specially,

$$E_{\alpha,\beta}(z)=\sum_{k=0}^{\infty}\frac{z^{k}}{\Gamma(\alpha z+\beta)}=H_{1,2}^{1,1}\Bigg[-z\Bigg|_{(0,1),(1-\beta,\alpha)}^{(0,1)}\Bigg]$$

Set $z=-a x^{2}$, we have

$$E_{\alpha,\beta}(-a x^{2})=H_{1,2}^{1,1}\Bigg[a x^{2}\Bigg|_{(0,1),(1-\beta,\alpha)}^{(0,1)}\Bigg]$$

Thus,

$$\int_{0}^{\infty}\cos (kx)E_{\alpha,\beta}(-ax^{2})dx=\frac{\pi}{k}H_{1,1}^{1,0}\Bigg[\frac{k^{2}}{a}\Bigg|_{(1,2)}^{(\beta,\alpha)}\Bigg]$$

关于H-Fox 函数的更多相关文章

  1. C string.h 常用函数

    参考:http://womendu.iteye.com/blog/1218155 http://blog.csdn.net/zccst/article/details/4294565 还有一些,忘记了 ...

  2. iOS math.h数学函数

    在实际工作中有些程序不可避免的需要使用数学函数进行计算,比如地图程序的地理坐标到地图坐标的变换.Objective-C做为ANSI C的扩展,使用C标准库头文件<math.h>中定义的数学 ...

  3. 走进C标准库(8)——"string.h"中函数的实现相关字符串操作函数

    我的strcat: char *strcat(char *dest,char *src) { char * reval = dest; while(*dest) dest++; while(*src) ...

  4. c语言string.h和memory.h某些函数重复问题

    在C语言中,为了使用memset()函数,你是选择#include <string.h>还是<memory.h>?两个都可以,如何选择? <string.h>,标准 ...

  5. (转)用库函数stdarg.h实现函数参数的可变

    原文地址:https://blog.csdn.net/jinkui2008/article/details/1967055 #define _INTSIZEOF(n)   ( (sizeof(n) + ...

  6. Andriod NDK编译的时候无法使用math.h的函数。

    编译NDK项目的时候,当用到sinf的时候,编译报错: 选中sinf函数,右键Go to declaration, 发现math.h的文件路径是: c:\ProgramData\Microsoft\A ...

  7. C语言ctype.h字符函数和字符串

    ctype.h存的是与字符相关的函数: 这些函数虽然不能处理整个字符串,但是可以处理字符串中的字符: ToUpper()函数,利用toupper()函数处理字符串中的每个字符,转换成大写: Punct ...

  8. ubuntu 使用glfw.h 出现函数无法调用

    最近在学习在Ubuntu下使用qt进行opengl开发,使用到了glfw这个库.我安装官网的编译和安装方法进行了配置安装,在usr/local/include的下产生了glfw.h文件. 于是我在我的 ...

  9. windows.h系统函数

    转载:https://blog.csdn.net/u010756046/article/details/82432312 // Windows系统函数.cpp: 定义控制台应用程序的入口点.// #i ...

  10. 走进C标准库(7)——"string.h"中函数的实现memcmp,memcpy,memmove,memset

    我的memcmp: int memcmp(void *buf1, void *buf2, unsigned int count){ int reval; while(count && ...

随机推荐

  1. 证明:寝室分配问题是NPC问题

    P.NP.NPC.NP-hard P:多项式时间能够解决的问题的集合,比如最短路径问题是集合P的一个元素,而最短路径问题本身又是一个集合,因此P是集合的集合. NP:多项式时间内能够验证的问题的集合. ...

  2. Java [Leetcode 119]Pascal's Triangle II

    题目描述: Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3,Return ...

  3. 分析一下FastDFS_java_client中TestClient.java这个文件以及跟它关联的这条线

    本来先打算上个图来说明一下这条线的,可是我的画图工具还没有安装好,我先把跟TestClient.java相关的几个文件代码贴上来,但是由于代码行数还是不少的,所以请大家阅读文章的时候先不要展开代码,等 ...

  4. LeetCode: Sorted Color

    Title: Given an array with n objects colored red, white or blue, sort them so that objects of the sa ...

  5. Android Studio进行NDK编程

  6. Using Open Source Static Libraries in Xcode 4

    Using Open Source Static Libraries in Xcode 4 Xcode 4.0.1 allows us to more easily create and use th ...

  7. PLSQL Developer报“动态执行表不可访问,本会话的自动统计被禁止”的解决方案

    现象与提示: 第一次用PLSQL Developer连接数据库,若用sys用户登录并操作则正常,若用普通用户比如haishu登录并创建一个表则报错"动态执行表不可访问,本会话的自动统计被禁止 ...

  8. [转] C# 中的static静态变量

    logitechyan原文关于C#中static静态变量 C#静态变量使用static 修饰符进行声明,在类被实例化时创建,通过类进行访问不带有 static 修饰符声明的变量称做非静态变量,在对象被 ...

  9. gitlab的使用

    Gitlab的使用 最近成功的在公司部署了gitlab,鉴于同学们还不会使用,这里写篇博客说明下.如果想安装gitlab的话,需要一些linux的基础知识,我在这里记录了我安装的参考<http: ...

  10. UVALive 5029

    用字典树来查询,关键是怎么处理输入的8个数字代表的字符,把每个数分别除以0.95和1.05得到8的区间,按左区间从小到大排序,那么和第一个区间有交集的必然代表二进制0,与它没交集的之后都是1,因为题目 ...