Matlab算例代码

关于“A New Viscosity Implicit Approximation Method for Solving Variational Inequalities over the Common Fixed Points of Nonexpansive Mappings in Symmetric Hilbert Space”文章的算例部分

Example 1.

1. x(1)=1; for i=2:10 x(i)=(8*(i-1)-3)/(16*(i-1)+8)*x(i-1); end x plot(x,'Marker','*') hold on x(1)=2; for i=2:10 x(i)=(8*(i-1)-3)/(16*(i-1)+8)*x(i-1); end x plot(x,'Marker','o') hold on x(1)=3; for i=2:10 x(i)=(8*(i-1)-3)/(16*(i-1)+8)*x(i-1); end x plot(x,'Marker','+') xlabel({'n'}); ylabel('x^1_nx^2_nx^3_n');

2.x(1)=1; for i=2:10 x(i)=(8*(i-1)-3)/(16*(i-1)+8)*x(i-1); end x; y(1)=2; for i=2:10 y(i)=(8*(i-1)-3)/(16*(i-1)+8)*x(i-1); end y; z(1)=3; for i=2:10 z(i)=(8*(i-1)-3)/(16*(i-1)+8)*x(i-1); end z; scatter3(x,y,z) xlabel({'x^1_n'}); ylabel('x^2_n'); zlabel({'x^3_n'});

Example 2.

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值