1.5.3 Can you answer these questions?

1.5.3.1 How to update bundled SQLite library (or driver?) in V10 for OS X
1.5.3.2 Is it possible to implement symbolic sub matrices?
1.5.3.3 Format Mathematica complex number for fortran code use
1.5.3.1 How to update bundled SQLite library (or driver?) in V10 for OS X

http://mathematica.stackexchange.com/questions/61116/how-to-update-bundled-sqlite-library-or-driver-in-v10-for-os-x

 
I've been using undocumented Database functions with Mathematica V9 to 
acces my SQLite database, which is a Firefox-generated database that 
contains cookies. 
 
db = Database`OpenDatabase[ 
...
 
- asked by shrx 3votes
1.5.3.2 Is it possible to implement symbolic sub matrices?

http://mathematica.stackexchange.com/questions/61442/is-it-possible-to-implement-symbolic-sub-matrices

 
The accepted answer in the following link: 
 
http://stackoverflow.com/questions/5708208/symbolic-matrices-in-mathemat 
ica-with-unknown-dimensions 
 
provides a functionality to create symbolic matrices  ...
                                                                                  

                                                                                  
 
- asked by Kagaratsch 1vote
1.5.3.3 Format Mathematica complex number for fortran code use

http://mathematica.stackexchange.com/questions/61432/format-mathematica-complex-number-for-fortran-code-use

 
I'm using Mathematica 10. I am trying to write into a file complex 
number output to then be read by a Fortran code. 
 
But when I do : 
 
Print[comp, "  ", FortranForm[comp]] 
 
 
I get this : 
 
 
...
 
- asked by berhan 1vote