关于H-Fox 函数
........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 函数的更多相关文章
- C string.h 常用函数
参考:http://womendu.iteye.com/blog/1218155 http://blog.csdn.net/zccst/article/details/4294565 还有一些,忘记了 ...
- iOS math.h数学函数
在实际工作中有些程序不可避免的需要使用数学函数进行计算,比如地图程序的地理坐标到地图坐标的变换.Objective-C做为ANSI C的扩展,使用C标准库头文件<math.h>中定义的数学 ...
- 走进C标准库(8)——"string.h"中函数的实现相关字符串操作函数
我的strcat: char *strcat(char *dest,char *src) { char * reval = dest; while(*dest) dest++; while(*src) ...
- c语言string.h和memory.h某些函数重复问题
在C语言中,为了使用memset()函数,你是选择#include <string.h>还是<memory.h>?两个都可以,如何选择? <string.h>,标准 ...
- (转)用库函数stdarg.h实现函数参数的可变
原文地址:https://blog.csdn.net/jinkui2008/article/details/1967055 #define _INTSIZEOF(n) ( (sizeof(n) + ...
- Andriod NDK编译的时候无法使用math.h的函数。
编译NDK项目的时候,当用到sinf的时候,编译报错: 选中sinf函数,右键Go to declaration, 发现math.h的文件路径是: c:\ProgramData\Microsoft\A ...
- C语言ctype.h字符函数和字符串
ctype.h存的是与字符相关的函数: 这些函数虽然不能处理整个字符串,但是可以处理字符串中的字符: ToUpper()函数,利用toupper()函数处理字符串中的每个字符,转换成大写: Punct ...
- ubuntu 使用glfw.h 出现函数无法调用
最近在学习在Ubuntu下使用qt进行opengl开发,使用到了glfw这个库.我安装官网的编译和安装方法进行了配置安装,在usr/local/include的下产生了glfw.h文件. 于是我在我的 ...
- windows.h系统函数
转载:https://blog.csdn.net/u010756046/article/details/82432312 // Windows系统函数.cpp: 定义控制台应用程序的入口点.// #i ...
- 走进C标准库(7)——"string.h"中函数的实现memcmp,memcpy,memmove,memset
我的memcmp: int memcmp(void *buf1, void *buf2, unsigned int count){ int reval; while(count && ...
随机推荐
- 利用ffmpeg解码h264流的代码
这里也直接给出代码: h264dec.h: #pragma once #include "tdll.h" #include "avcodec.h" #inclu ...
- Darwin Streaming Server 6.0.3安装、订制、插件或模块
How to setup Darwin Streaming Server 6.0.3 on 32 or 64 bit Linux platforms, add custom functionality ...
- 【LCS,LIS】最长公共子序列、单调递增最长子序列
单调递增最长子序列 时间限制:3000 ms | 内存限制:65535 KB 难度:4 描述 求一个字符串的最长递增子序列的长度如:dabdbf最长递增子序列就是abdf,长度为4 输入 ...
- Oracle 介绍 (未完待续)
关键字含义 1. DML.DDL.DCL DML----Data Manipulation Language 数据操纵语言例如:insert,delete,update,select(插入.删除.修改 ...
- Binary Tree Level Order Traversal java实现
Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, ...
- UI篇--Android中3种方法实现back键动作
方法一:重写onBackPressed方法 @Override public void onBackPressed() { // do something what you want super.on ...
- python的Requests模块使用tips
post方法提交的是表单,要用data放dict get方法请求的是参数,要用params放dict HTTP头部是大小写不敏感的
- netty的入门
netty是什么? netty是一个基于NIO的通信框架,对于传统计算机,系统的瓶颈一直在输入输出设备上,计算速度超过IO速度,所以对于i o的性能提高异常重要. 什么是NIO? 非阻塞IO,N表示n ...
- bzoj 3439 Kpm的MC密码(Trie+dfs序+主席树)
[题目链接] http://www.lydsy.com/JudgeOnline/problem.php?id=3439 [题意] 给定若干串,问一个串的作为其后缀的给定串集合中的第k小. [思路] 如 ...
- Tkinter教程之Scale篇
本文转载自:http://blog.csdn.net/jcodeer/article/details/1811313 '''Tkinter教程之Scale篇'''#Scale为输出限定范围的数字区间, ...